summaryrefslogtreecommitdiff
path: root/include/power_led.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/power_led.h')
-rw-r--r--include/power_led.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/include/power_led.h b/include/power_led.h
index 05ea7ead3c..d488406cac 100644
--- a/include/power_led.h
+++ b/include/power_led.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.
*/
@@ -28,7 +28,9 @@ void powerled_set_state(enum powerled_state state);
#else
-static inline void powerled_set_state(enum powerled_state state) {}
+static inline void powerled_set_state(enum powerled_state state)
+{
+}
#endif