summaryrefslogtreecommitdiff
path: root/include/watchdog.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/watchdog.h')
-rw-r--r--include/watchdog.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/include/watchdog.h b/include/watchdog.h
index 036f722d97..9bfed9c192 100644
--- a/include/watchdog.h
+++ b/include/watchdog.h
@@ -1,4 +1,4 @@
-/* Copyright 2012 The Chromium OS Authors. All rights reserved.
+/* Copyright 2012 The ChromiumOS Authors
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
@@ -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 */