From 2c079fce45e14f853bcc86a836b9b92e26555175 Mon Sep 17 00:00:00 2001 From: Elyes HAOUAS Date: Wed, 2 Feb 2022 18:41:32 +0100 Subject: src/ec: Get rid of unnecessary blank line {before,after} brace Change-Id: I9f7c4bdd9299e686c375aced221a72994ef2d6ed Signed-off-by: Elyes HAOUAS Reviewed-on: https://review.coreboot.org/c/coreboot/+/61556 Tested-by: build bot (Jenkins) Reviewed-by: Tim Wawrzynczak --- src/ec/google/chromeec/ec.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/ec/google') 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, }; -- cgit v1.2.3