summaryrefslogtreecommitdiff
path: root/src/include/watchdog.h
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2016-09-01 19:01:41 +0200
committerPatrick Georgi <pgeorgi@google.com>2016-09-05 12:28:32 +0200
commit8ffd050cf0ecfbeb647cf985c60f67c24faab181 (patch)
treeb7a507607439e7dcd113665335a0bd827f067c49 /src/include/watchdog.h
parenta15dde0719be9f580038a6df32ff18fb017886bf (diff)
downloadcoreboot-8ffd050cf0ecfbeb647cf985c60f67c24faab181.tar.xz
src/include: Improve code formatting
Change-Id: Ic8ffd26e61c0c3f27872699bb6aa9c39204155b7 Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/16390 Tested-by: build bot (Jenkins) Reviewed-by: Martin Roth <martinroth@google.com> Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Diffstat (limited to 'src/include/watchdog.h')
-rw-r--r--src/include/watchdog.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/watchdog.h b/src/include/watchdog.h
index b94cd4dcd0..8514158ded 100644
--- a/src/include/watchdog.h
+++ b/src/include/watchdog.h
@@ -4,7 +4,7 @@
#if CONFIG_USE_WATCHDOG_ON_BOOT
void watchdog_off(void);
#else
-#define watchdog_off() while(0) {}
+#define watchdog_off() while (0) {}
#endif
#endif /* WATCHDOG_H */