svn commit: r306080 - stable/10/sys/amd64/amd64

Konstantin Belousov kib at FreeBSD.org
Wed Sep 21 08:14:56 UTC 2016


Author: kib
Date: Wed Sep 21 08:14:55 2016
New Revision: 306080
URL: https://svnweb.freebsd.org/changeset/base/306080

Log:
  MFC r305939:
  Remove trailing space.

Modified:
  stable/10/sys/amd64/amd64/machdep.c
Directory Properties:
  stable/10/   (props changed)

Modified: stable/10/sys/amd64/amd64/machdep.c
==============================================================================
--- stable/10/sys/amd64/amd64/machdep.c	Wed Sep 21 08:12:39 2016	(r306079)
+++ stable/10/sys/amd64/amd64/machdep.c	Wed Sep 21 08:14:55 2016	(r306080)
@@ -1457,7 +1457,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-stable mailing list