[coreboot-gerrit] Change in coreboot[master]: mb/lenovo/t530: Fix double indentation in Kconfig.name

Patrick Georgi (Code Review) gerrit at coreboot.org
Wed Oct 17 14:01:18 CEST 2018


Patrick Georgi has submitted this change and it was merged. ( https://review.coreboot.org/28989 )

Change subject: mb/lenovo/t530: Fix double indentation in Kconfig.name
......................................................................

mb/lenovo/t530: Fix double indentation in Kconfig.name

There is no need to indent these lines with two tabs.

Change-Id: I2164f4e3ea48db8dc5242a55b0452782dae19a4b
Signed-off-by: Jonathan Neuschäfer <j.neuschaefer at gmx.net>
Reviewed-on: https://review.coreboot.org/28989
Tested-by: build bot (Jenkins) <no-reply at coreboot.org>
Reviewed-by: Patrick Rudolph <siro at das-labor.org>
Reviewed-by: Angel Pons <th3fanbus at gmail.com>
---
M src/mainboard/lenovo/t530/Kconfig.name
1 file changed, 4 insertions(+), 4 deletions(-)

Approvals:
  build bot (Jenkins): Verified
  Patrick Rudolph: Looks good to me, approved
  Angel Pons: Looks good to me, approved



diff --git a/src/mainboard/lenovo/t530/Kconfig.name b/src/mainboard/lenovo/t530/Kconfig.name
index 9bcd2c5..446a225 100644
--- a/src/mainboard/lenovo/t530/Kconfig.name
+++ b/src/mainboard/lenovo/t530/Kconfig.name
@@ -1,7 +1,7 @@
 config BOARD_LENOVO_T530
-		bool "ThinkPad T530"
-		select BOARD_LENOVO_BASEBOARD_T530
+	bool "ThinkPad T530"
+	select BOARD_LENOVO_BASEBOARD_T530
 
 config BOARD_LENOVO_W530
-		bool "ThinkPad W530"
-		select BOARD_LENOVO_BASEBOARD_T530
+	bool "ThinkPad W530"
+	select BOARD_LENOVO_BASEBOARD_T530

-- 
To view, visit https://review.coreboot.org/28989
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: merged
Gerrit-Change-Id: I2164f4e3ea48db8dc5242a55b0452782dae19a4b
Gerrit-Change-Number: 28989
Gerrit-PatchSet: 2
Gerrit-Owner: Jonathan Neuschäfer <j.neuschaefer at gmx.net>
Gerrit-Reviewer: Angel Pons <th3fanbus at gmail.com>
Gerrit-Reviewer: Patrick Georgi <pgeorgi at google.com>
Gerrit-Reviewer: Patrick Rudolph <siro at das-labor.org>
Gerrit-Reviewer: build bot (Jenkins) <no-reply at coreboot.org>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20181017/512fdace/attachment.html>


More information about the coreboot-gerrit mailing list