summaryrefslogtreecommitdiff
path: root/chip/host/reboot.h
diff options
context:
space:
mode:
Diffstat (limited to 'chip/host/reboot.h')
-rw-r--r--chip/host/reboot.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/chip/host/reboot.h b/chip/host/reboot.h
index 1c1201f451..1541e42334 100644
--- a/chip/host/reboot.h
+++ b/chip/host/reboot.h
@@ -1,4 +1,4 @@
-/* Copyright 2013 The Chromium OS Authors. All rights reserved.
+/* Copyright 2013 The ChromiumOS Authors
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
@@ -13,6 +13,7 @@
#ifndef TEST_FUZZ
noreturn
#endif
-void emulator_reboot(void);
+ void
+ emulator_reboot(void);
#endif