[coreboot-gerrit] Patch set updated for coreboot: [Not for submission] test whitespace linter on jenkins

Patrick Georgi (pgeorgi@google.com) gerrit at coreboot.org
Thu Nov 19 15:47:24 CET 2015


Patrick Georgi (pgeorgi at google.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/12472

-gerrit

commit bd899d6ad948435966bf7d022af47125e7f2c851
Author: Martin Roth <martinroth at google.com>
Date:   Wed Nov 18 20:32:21 2015 -0700

    [Not for submission] test whitespace linter on jenkins
    
    Change-Id: I8295e149d0e3027eb432e7a08ee9d82da135155d
    Signed-off-by: Martin Roth <martinroth at google.com>
---
 Makefile.inc              | 2 +-
 src/arch/x86/Makefile.inc | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/Makefile.inc b/Makefile.inc
index f5326ba..7e572a6 100644
--- a/Makefile.inc
+++ b/Makefile.inc
@@ -15,7 +15,7 @@
 
 GIT:=$(shell [ -d "$(top)/.git" ] && command -v git)
 
-#######################################################################
+####################################################################### 
 # misleadingly named, this is the coreboot version
 export KERNELVERSION := $(strip $(if $(GIT),\
 	$(shell git describe --dirty --always || git describe),\
diff --git a/src/arch/x86/Makefile.inc b/src/arch/x86/Makefile.inc
index 03dba34..6b0a893 100644
--- a/src/arch/x86/Makefile.inc
+++ b/src/arch/x86/Makefile.inc
@@ -16,7 +16,7 @@
 ## GNU General Public License for more details.
 ##
 
-################################################################################
+################################################################################ 
 # i386 specific tools
 NVRAMTOOL:=$(objutil)/nvramtool/nvramtool
 



More information about the coreboot-gerrit mailing list