[coreboot-gerrit] Change in coreboot[master]: google/reef: Fix whitespace inconsistency in coral code

Patrick Georgi (Code Review) gerrit at coreboot.org
Fri Dec 1 09:32:45 CET 2017


Patrick Georgi has uploaded this change for review. ( https://review.coreboot.org/22662


Change subject: google/reef: Fix whitespace inconsistency in coral code
......................................................................

google/reef: Fix whitespace inconsistency in coral code

BUG=none
BRANCH=none
TEST=none

Change-Id: I4e61f1327027c5100773e2b837f439a939807e72
Signed-off-by: Patrick Georgi <pgeorgi at google.com>
---
M src/mainboard/google/reef/variants/coral/mainboard.c
1 file changed, 4 insertions(+), 4 deletions(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/62/22662/1

diff --git a/src/mainboard/google/reef/variants/coral/mainboard.c b/src/mainboard/google/reef/variants/coral/mainboard.c
index 503b01e..5daf96c 100644
--- a/src/mainboard/google/reef/variants/coral/mainboard.c
+++ b/src/mainboard/google/reef/variants/coral/mainboard.c
@@ -21,16 +21,16 @@
 #include <soc/intel/common/vbt.h>
 
 enum {
-        SKU_0_ASTRONAUT = 0,
-        SKU_1_ASTRONAUT = 1,
+	SKU_0_ASTRONAUT = 0,
+	SKU_1_ASTRONAUT = 1,
 	SKU_2_SANTA = 2,
 	SKU_3_SANTA = 3,
 	SKU_4_LAVA = 4,
 	SKU_5_LAVA = 5,
 	SKU_9_LAVA = 9,
 	SKU_10_LAVA = 10,
-        SKU_61_ASTRONAUT = 61,
-        SKU_62_ASTRONAUT = 62,
+	SKU_61_ASTRONAUT = 61,
+	SKU_62_ASTRONAUT = 62,
 	SKU_160_NASHER = 160,
 	SKU_161_NASHER = 161,
 	SKU_162_NASHER = 162,

-- 
To view, visit https://review.coreboot.org/22662
To unsubscribe, visit https://review.coreboot.org/settings

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I4e61f1327027c5100773e2b837f439a939807e72
Gerrit-Change-Number: 22662
Gerrit-PatchSet: 1
Gerrit-Owner: Patrick Georgi <pgeorgi at google.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20171201/f68c1ef9/attachment.html>


More information about the coreboot-gerrit mailing list