git: 7466f157f39d - main - arm64/machdep: Delete trailing whitespace

From: Warner Losh <imp_at_FreeBSD.org>
Date: Thu, 06 Oct 2022 18:09:05 UTC
The branch main has been updated by imp:

URL: https://cgit.FreeBSD.org/src/commit/?id=7466f157f39d04d3ddf21f232e0d8c82134e9605

commit 7466f157f39d04d3ddf21f232e0d8c82134e9605
Author:     Warner Losh <imp@FreeBSD.org>
AuthorDate: 2022-10-06 03:06:31 +0000
Commit:     Warner Losh <imp@FreeBSD.org>
CommitDate: 2022-10-06 18:08:55 +0000

    arm64/machdep: Delete trailing whitespace
    
    No functional change.
    
    Sponsored by:           Netflix
---
 sys/arm64/arm64/machdep.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys/arm64/arm64/machdep.c b/sys/arm64/arm64/machdep.c
index 3f4ebac52cbe..c48f2ff037c9 100644
--- a/sys/arm64/arm64/machdep.c
+++ b/sys/arm64/arm64/machdep.c
@@ -435,7 +435,7 @@ foreach_efi_map_entry(struct efi_map_header *efihdr, efi_map_entry_cb cb)
 	 * 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;