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;
_______________________________________________
svn-src-stable-10@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-stable-10
To unsubscribe, send any mail to "svn-src-stable-10-unsubscr...@freebsd.org"

Reply via email to