summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJack Rosenthal <jrosenth@chromium.org>2022-06-27 15:18:18 -0600
committerChromeos LUCI <chromeos-scoped@luci-project-accounts.iam.gserviceaccount.com>2022-06-29 18:43:57 +0000
commitc4d60e1b7731f9bc1660570138f29871ed23b8f4 (patch)
tree8a01150c0f132397795c148d9b06c8b449620e5e
parentd8aad74514351a7e88a379c4afa0ead8850b386a (diff)
downloadchrome-ec-c4d60e1b7731f9bc1660570138f29871ed23b8f4.tar.gz
include/watchdog.h: Format with clang-format
BUG=b:236386294 BRANCH=none TEST=none Change-Id: Ifa56ecd8d1fe1d73152fec203f8c95c50baca8e5 Signed-off-by: Jack Rosenthal <jrosenth@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3730458 Reviewed-by: Jeremy Bettis <jbettis@chromium.org>
-rw-r--r--include/watchdog.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/watchdog.h b/include/watchdog.h
index 036f722d97..fe17fbef6f 100644
--- a/include/watchdog.h
+++ b/include/watchdog.h
@@ -49,7 +49,9 @@ void watchdog_stop_and_unlock(void);
#ifdef CONFIG_WATCHDOG
void watchdog_reload(void);
#else
-static inline void watchdog_reload(void) { }
+static inline void watchdog_reload(void)
+{
+}
#endif
#endif /* __CROS_EC_WATCHDOG_H */