summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorJack Rosenthal <jrosenth@chromium.org>2022-06-27 15:20:51 -0600
committerChromeos LUCI <chromeos-scoped@luci-project-accounts.iam.gserviceaccount.com>2022-07-01 18:53:49 +0000
commitc2fa2659e0340dfffc098a3fee6205a1adc0f8fa (patch)
treed22c0ca6adb2f77a634b79f94e5eb91dff5aa5fc /test
parent865d2c52cecc4ac98a219cdadda0e05adf7a131c (diff)
downloadchrome-ec-c2fa2659e0340dfffc098a3fee6205a1adc0f8fa.tar.gz
test/inductive_charging.c: Format with clang-format
BUG=b:236386294 BRANCH=none TEST=none Change-Id: I6e511d7dfb651672139720ada6344ef77e2bc47c Signed-off-by: Jack Rosenthal <jrosenth@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3730479 Reviewed-by: Jeremy Bettis <jbettis@chromium.org>
Diffstat (limited to 'test')
-rw-r--r--test/inductive_charging.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/inductive_charging.c b/test/inductive_charging.c
index d487e171fd..7892c7fab4 100644
--- a/test/inductive_charging.c
+++ b/test/inductive_charging.c
@@ -17,8 +17,8 @@
#define START_CHARGE_DELAY 5000 /* ms */
#define MONITOR_CHARGE_DONE_DELAY 1000 /* ms */
-#define TEST_CHECK_CHARGE_DELAY (START_CHARGE_DELAY + \
- MONITOR_CHARGE_DONE_DELAY + 500) /* ms */
+#define TEST_CHECK_CHARGE_DELAY \
+ (START_CHARGE_DELAY + MONITOR_CHARGE_DONE_DELAY + 500) /* ms */
static void wait_for_lid_debounce(void)
{