svn commit: r247439 - projects/uefi/sys/boot/i386/efi

Benno Rice benno at FreeBSD.org
Thu Feb 28 01:04:24 UTC 2013


Author: benno
Date: Thu Feb 28 01:04:23 2013
New Revision: 247439
URL: http://svnweb.freebsd.org/changeset/base/247439

Log:
  Fix whitespace.

Modified:
  projects/uefi/sys/boot/i386/efi/Makefile

Modified: projects/uefi/sys/boot/i386/efi/Makefile
==============================================================================
--- projects/uefi/sys/boot/i386/efi/Makefile	Thu Feb 28 01:00:32 2013	(r247438)
+++ projects/uefi/sys/boot/i386/efi/Makefile	Thu Feb 28 01:04:23 2013	(r247439)
@@ -21,7 +21,6 @@ CFLAGS+=	-I${.CURDIR}/../../efi/include/
 CFLAGS+=	-I${.CURDIR}/../../../contrib/dev/acpica/include
 CFLAGS+=	-I${.CURDIR}/../../..
 
-
 .if ${MK_FORTH} != "no"
 BOOT_FORTH=	yes
 CFLAGS+=	-DBOOT_FORTH


More information about the svn-src-projects mailing list