[coreboot-gerrit] New patch to review for coreboot: b1d82b9 Trivial: Remove trailing whitespaces in status.sh

Zheng Bao (zheng.bao@amd.com) gerrit at coreboot.org
Thu Nov 7 11:27:04 CET 2013


Zheng Bao (zheng.bao at amd.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/4032

-gerrit

commit b1d82b9939c902f1c15725bdff59713a8b8c2573
Author: Zheng Bao <fishbaozi at gmail.com>
Date:   Thu Nov 7 18:03:05 2013 +0800

    Trivial: Remove trailing whitespaces in status.sh
    
    The whitespaces make "git commit" failed.
    
    lint-stable-003-whitespace
    Check for superfluous whitespace in the tree
    ========
    test failed:
    File util/status/status.sh has lines ending with whitespace.
    ========
    
    Change-Id: I52fc5ae3e5aa81dac098b36d2479e4d10325a09b
    Signed-off-by: Zheng Bao <zheng.bao at amd.com>
    Signed-off-by: Zheng Bao <fishbaozi at gmail.com>
---
 util/status/status.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/util/status/status.sh b/util/status/status.sh
index 0c0c714..4b5496c 100644
--- a/util/status/status.sh
+++ b/util/status/status.sh
@@ -3,7 +3,7 @@
 # This file is part of the coreboot project.
 #
 # Copyright (C) 2013 Google Inc.
-# 
+#
 
 EXIT_SUCCESS=0
 EXIT_FAILURE=1
@@ -77,7 +77,7 @@ cmd()
 	if [ $? -eq 0 ]; then
 		return
 	fi
-		
+
 	echo "Failed to run command: $2"
 	exit $EXIT_FAILURE
 }



More information about the coreboot-gerrit mailing list