summaryrefslogtreecommitdiff
path: root/include/lightbar_msg_list.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/lightbar_msg_list.h')
-rw-r--r--include/lightbar_msg_list.h30
1 files changed, 15 insertions, 15 deletions
diff --git a/include/lightbar_msg_list.h b/include/lightbar_msg_list.h
index 15c7d14bf6..be87913c83 100644
--- a/include/lightbar_msg_list.h
+++ b/include/lightbar_msg_list.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.
*
@@ -6,17 +6,17 @@
* we can automatically derive the correct constants, functions, and message
* types.
*/
-#define LIGHTBAR_MSG_LIST \
- LBMSG(ERROR), /* 0 */ \
- LBMSG(S5), /* 1 */ \
- LBMSG(S3), /* 2 */ \
- LBMSG(S0), /* 3 */ \
- LBMSG(S5S3), /* 4 */ \
- LBMSG(S3S0), /* 5 */ \
- LBMSG(S0S3), /* 6 */ \
- LBMSG(S3S5), /* 7 */ \
- LBMSG(STOP), /* 8 */ \
- LBMSG(RUN), /* 9 */ \
- LBMSG(KONAMI), /* A */ \
- LBMSG(TAP), /* B */ \
- LBMSG(PROGRAM), /* C */
+#define LIGHTBAR_MSG_LIST \
+ LBMSG(ERROR), /* 0 */ \
+ LBMSG(S5), /* 1 */ \
+ LBMSG(S3), /* 2 */ \
+ LBMSG(S0), /* 3 */ \
+ LBMSG(S5S3), /* 4 */ \
+ LBMSG(S3S0), /* 5 */ \
+ LBMSG(S0S3), /* 6 */ \
+ LBMSG(S3S5), /* 7 */ \
+ LBMSG(STOP), /* 8 */ \
+ LBMSG(RUN), /* 9 */ \
+ LBMSG(KONAMI), /* A */ \
+ LBMSG(TAP), /* B */ \
+ LBMSG(PROGRAM), /* C */