From bd773b6abbe63c205d9ff9ed4368bf01306dbf5a Mon Sep 17 00:00:00 2001 From: Konstantin Belousov Date: Sun, 18 Sep 2016 17:33:49 +0000 Subject: [PATCH] Remove trailing space. Sponsored by: The FreeBSD Foundation MFC after: 3 days --- sys/amd64/amd64/machdep.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/amd64/amd64/machdep.c b/sys/amd64/amd64/machdep.c index f6a4a2ef886a..53833b706fcd 100644 --- a/sys/amd64/amd64/machdep.c +++ b/sys/amd64/amd64/machdep.c @@ -1091,7 +1091,7 @@ add_efi_map_entries(struct efi_map_header *efihdr, vm_paddr_t *physmap, * 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;