Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 21 Dec 2015 19:56:11 +0000 (UTC)
From:      Ed Maste <emaste@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r292563 - in head/sys/boot/efi/loader: . arch/amd64
Message-ID:  <201512211956.tBLJuBLv085172@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201512211956.tBLJuBLv085172>