summaryrefslogtreecommitdiff
path: root/core/host/cpu.h
diff options
context:
space:
mode:
Diffstat (limited to 'core/host/cpu.h')
-rw-r--r--core/host/cpu.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/core/host/cpu.h b/core/host/cpu.h
index d990e06afa..f63e0b9d23 100644
--- a/core/host/cpu.h
+++ b/core/host/cpu.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.
*/
@@ -8,6 +8,8 @@
#ifndef __CROS_EC_CPU_H
#define __CROS_EC_CPU_H
-static inline void cpu_init(void) { }
+static inline void cpu_init(void)
+{
+}
#endif /* __CROS_EC_CPU_H */