[coreboot-gerrit] New patch to review for coreboot: src/Kconfig: Indent with tabs instead of spaces

Martin Roth (martinroth@google.com) gerrit at coreboot.org
Thu Jan 21 20:31:07 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/13116

-gerrit

commit 491c35bd7a8836d6c46ce3eead1d054f79bab3de
Author: Martin Roth <martinroth at google.com>
Date:   Thu Jan 21 12:30:52 2016 -0700

    src/Kconfig: Indent with tabs instead of spaces
    
    Change-Id: I47776d842b8d684fc11ac448b751892ee2bc5ecc
    Signed-off-by: Martin Roth <martinroth at google.com>
---
 src/Kconfig | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/Kconfig b/src/Kconfig
index 20e3d67..082ab63 100644
--- a/src/Kconfig
+++ b/src/Kconfig
@@ -287,8 +287,8 @@ config BOOTBLOCK_SOURCE
 # To be selected by arch or platform if a C environment is available during the
 # bootblock. Normally this signifies availability of RW memory (e.g. SRAM).
 config C_ENVIRONMENT_BOOTBLOCK
-       bool
-       default n
+	bool
+	default n
 
 config SKIP_MAX_REBOOT_CNT_CLEAR
 	bool "Do not clear reboot count after successful boot"



More information about the coreboot-gerrit mailing list