[coreboot-gerrit] New patch to review for coreboot: xcompile: whitespace fix

Martin Roth (martinroth@google.com) gerrit at coreboot.org
Tue Jan 5 23:01:16 CET 2016


Martin Roth (martinroth at google.com) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/12837

-gerrit

commit 83fd8400f496d1fe3d818ac51ec80ff5756574ed
Author: Martin Roth <martinroth at google.com>
Date:   Tue Jan 5 14:16:57 2016 -0700

    xcompile: whitespace fix
    
    Change-Id: I96a5048050f8016c3c569f20318b4d421a4470a7
    Signed-off-by: Martin Roth <martinroth at google.com>
---
 util/xcompile/xcompile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/util/xcompile/xcompile b/util/xcompile/xcompile
index afd5986..82a5885 100755
--- a/util/xcompile/xcompile
+++ b/util/xcompile/xcompile
@@ -178,7 +178,7 @@ detect_special_flags() {
 		testcc "$GCC" "$CFLAGS_GCC -mno-abicalls -fno-pic" && \
 		  CFLAGS_GCC+=" -mno-abicalls -fno-pic"
 
-                # Enforce little endian mode.
+		# Enforce little endian mode.
 		testcc "$GCC" "$CFLAGS_GCC -EL" && \
 		  CFLAGS_GCC+=" -EL"
 		;;



More information about the coreboot-gerrit mailing list