Remove trailing space.
Sponsored by: The FreeBSD Foundation MFC after: 3 days
This commit is contained in:
parent
9bc326d18b
commit
bd773b6abb
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=305939
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user