Patrick Georgi has uploaded this change for review.

View Change

google/reef: Fix whitespace inconsistency in coral code

BUG=none
BRANCH=none
TEST=none

Change-Id: I4e61f1327027c5100773e2b837f439a939807e72
Signed-off-by: Patrick Georgi <pgeorgi@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 change 22662. To unsubscribe, visit 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@google.com>