summaryrefslogtreecommitdiff
path: root/src/ec/google
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2022-02-02 18:41:32 +0100
committerFelix Held <felix-coreboot@felixheld.de>2022-02-04 20:16:42 +0000
commit2c079fce45e14f853bcc86a836b9b92e26555175 (patch)
tree8650b88b1d1e0b086667365cbeeeed25aad5fe77 /src/ec/google
parentf73e49a7848ecadbabd58eb236ffe6725cf5f3df (diff)
src/ec: Get rid of unnecessary blank line {before,after} brace
Change-Id: I9f7c4bdd9299e686c375aced221a72994ef2d6ed Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/61556 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Tim Wawrzynczak <twawrzynczak@chromium.org>
Diffstat (limited to 'src/ec/google')
-rw-r--r--src/ec/google/chromeec/ec.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ec/google/chromeec/ec.c b/src/ec/google/chromeec/ec.c
index 642c31385a..e9a09394bf 100644
--- a/src/ec/google/chromeec/ec.c
+++ b/src/ec/google/chromeec/ec.c
@@ -1775,7 +1775,6 @@ int google_chromeec_regulator_enable(uint32_t index, uint8_t enable)
int google_chromeec_regulator_is_enabled(uint32_t index, uint8_t *enabled)
{
-
struct ec_params_regulator_is_enabled params = {
.index = index,
};