svn commit: r292563 - in head/sys/boot/efi/loader: . arch/amd64

Ed Maste emaste at FreeBSD.org
Mon Dec 21 19:56:13 UTC 2015


Author: emaste
Date: Mon Dec 21 19:56:11 2015
New Revision: 292563
URL: https://svnweb.freebsd.org/changeset/base/292563

Log:
  loader.efi: strip trailing whitespace
  
  Sponsored by:	The FreeBSD Foundation

Modified:
  head/sys/boot/efi/loader/Makefile
  head/sys/boot/efi/loader/arch/amd64/framebuffer.c
  head/sys/boot/efi/loader/devicename.c

Modified: head/sys/boot/efi/loader/Makefile
==============================================================================
--- head/sys/boot/efi/loader/Makefile	Mon Dec 21 19:49:00 2015	(r292562)
+++ head/sys/boot/efi/loader/Makefile	Mon Dec 21 19:56:11 2015	(r292563)
@@ -67,7 +67,7 @@ HAVE_BCACHE=    yes
 CFLAGS+=	-DEFI_STAGING_SIZE=${EFI_STAGING_SIZE}
 .endif
 
-# Always add MI sources 
+# Always add MI sources
 .PATH:		${.CURDIR}/../../common
 .include	"${.CURDIR}/../../common/Makefile.inc"
 CFLAGS+=	-I${.CURDIR}/../../common

Modified: head/sys/boot/efi/loader/arch/amd64/framebuffer.c
==============================================================================
--- head/sys/boot/efi/loader/arch/amd64/framebuffer.c	Mon Dec 21 19:49:00 2015	(r292562)
+++ head/sys/boot/efi/loader/arch/amd64/framebuffer.c	Mon Dec 21 19:56:11 2015	(r292563)
@@ -303,7 +303,7 @@ efifb_from_uga(struct efi_fb *efifb, EFI
 	 * offset within the frame buffer of the visible region, nor
 	 * the stride. Our only option is to look at the system and
 	 * fill in the blanks based on that. Luckily, UGA was mostly
-	 * only used on Apple hardware. 
+	 * only used on Apple hardware.
 	 */
 	offset = -1;
 	ev = getenv("smbios.system.maker");

Modified: head/sys/boot/efi/loader/devicename.c
==============================================================================
--- head/sys/boot/efi/loader/devicename.c	Mon Dec 21 19:49:00 2015	(r292562)
+++ head/sys/boot/efi/loader/devicename.c	Mon Dec 21 19:56:11 2015	(r292563)
@@ -38,7 +38,7 @@ __FBSDID("$FreeBSD$");
 
 static int efi_parsedev(struct devdesc **, const char *, const char **);
 
-/* 
+/*
  * Point (dev) at an allocated device specifier for the device matching the
  * path in (devspec). If it contains an explicit device specification,
  * use that.  If not, use the default device.


More information about the svn-src-all mailing list