svn commit: r305939 - head/sys/amd64/amd64
Konstantin Belousov
kib at FreeBSD.org
Sun Sep 18 17:33:50 UTC 2016
Author: kib
Date: Sun Sep 18 17:33:49 2016
New Revision: 305939
URL: https://svnweb.freebsd.org/changeset/base/305939
Log:
Remove trailing space.
Sponsored by: The FreeBSD Foundation
MFC after: 3 days
Modified:
head/sys/amd64/amd64/machdep.c
Modified: head/sys/amd64/amd64/machdep.c
==============================================================================
--- head/sys/amd64/amd64/machdep.c Sun Sep 18 17:23:53 2016 (r305938)
+++ head/sys/amd64/amd64/machdep.c Sun Sep 18 17:33:49 2016 (r305939)
@@ -1091,7 +1091,7 @@ add_efi_map_entries(struct efi_map_heade
* Boot Services API.
*/
efisz = (sizeof(struct efi_map_header) + 0xf) & ~0xf;
- map = (struct efi_md *)((uint8_t *)efihdr + efisz);
+ map = (struct efi_md *)((uint8_t *)efihdr + efisz);
if (efihdr->descriptor_size == 0)
return;
More information about the svn-src-all
mailing list