Author: kib
Date: Sun Sep 18 17:33:49 2016
New Revision: 305939
URL: https://svnweb.freebsd.org/changeset/base/305939

Log:
  Remove trailing space.
  
  Sponsored by: The FreeBSD Foundation
  MFC after:    3 days

Modified:
  head/sys/amd64/amd64/machdep.c

Modified: head/sys/amd64/amd64/machdep.c
==============================================================================
--- head/sys/amd64/amd64/machdep.c      Sun Sep 18 17:23:53 2016        
(r305938)
+++ head/sys/amd64/amd64/machdep.c      Sun Sep 18 17:33:49 2016        
(r305939)
@@ -1091,7 +1091,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-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to