diff options
author | Elyes HAOUAS <ehaouas@noos.fr> | 2018-05-29 11:02:43 +0200 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2018-06-04 09:15:51 +0000 |
commit | 610d46506eb21a60f17d8c64bb6f632afd9d8ef8 (patch) | |
tree | 156c65d20fe36d637844823a5442e3473bdda8ec /src/ec/google | |
parent | 012e7a4ebd7dc3d96f2e56dc13d23856f961828d (diff) |
src/ec: Remove whitespace before tab
Change-Id: Ib47cc1ee617aae74a8cfbcb25c1d0c083196f417
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/26662
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Diffstat (limited to 'src/ec/google')
-rw-r--r-- | src/ec/google/chromeec/ec_mec.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ec/google/chromeec/ec_mec.c b/src/ec/google/chromeec/ec_mec.c index 4cd0823ed3..f08f931b1c 100644 --- a/src/ec/google/chromeec/ec_mec.c +++ b/src/ec/google/chromeec/ec_mec.c @@ -38,7 +38,7 @@ enum { #define MEC_EMI_EC_ADDRESS_B1 (MEC_EMI_BASE + 3) #define MEC_EMI_EC_DATA_B0 (MEC_EMI_BASE + 4) #define MEC_EMI_EC_DATA_B1 (MEC_EMI_BASE + 5) -#define MEC_EMI_EC_DATA_B2 (MEC_EMI_BASE + 6) +#define MEC_EMI_EC_DATA_B2 (MEC_EMI_BASE + 6) #define MEC_EMI_EC_DATA_B3 (MEC_EMI_BASE + 7) /* |