summaryrefslogtreecommitdiff
path: root/board/osiris
diff options
context:
space:
mode:
authorJack Rosenthal <jrosenth@chromium.org>2022-07-08 10:58:21 -0700
committerChromeos LUCI <chromeos-scoped@luci-project-accounts.iam.gserviceaccount.com>2022-07-08 19:12:23 +0000
commit94f92cd7f12736e9b59e0fd399d5663789019b22 (patch)
tree0a58c4dffd4175a8d72d9e517afdd60469ebe3e2 /board/osiris
parenta103b8df46557cda86911ac36a084f08e600ad02 (diff)
downloadchrome-ec-94f92cd7f12736e9b59e0fd399d5663789019b22.tar.gz
clang-format: Ran clang-format on all files again
A number of files have had non-compliant changes uploaded since all files were formatted. Likely, the changes were uploaded before CL:3751770, so the author would not have seen any pre-upload failures. Re-format these files. This CL was generated via: clang-format -i $(find -name '*.[ch]' -type f -not -path '*third_party*') BUG=b:236386294 BRANCH=none TEST=none Signed-off-by: Jack Rosenthal <jrosenth@chromium.org> Change-Id: Iedad17d13c29f45c7601d43f7fa2ce3215cc678e Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3751462 Commit-Queue: Tom Hughes <tomhughes@chromium.org> Reviewed-by: Tom Hughes <tomhughes@chromium.org>
Diffstat (limited to 'board/osiris')
-rw-r--r--board/osiris/keyboard.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/board/osiris/keyboard.c b/board/osiris/keyboard.c
index 5aaaae8a02..647fcf8eca 100644
--- a/board/osiris/keyboard.c
+++ b/board/osiris/keyboard.c
@@ -82,8 +82,8 @@ const uint8_t rgbkbd_vsize = RGB_GRID0_ROW;
const enum ec_rgbkbd_type rgbkbd_type = EC_RGBKBD_TYPE_FOUR_ZONES_12_LEDS;
-#define LED(x, y) RGBKBD_COORD((x), (y))
-#define DELM RGBKBD_DELM
+#define LED(x, y) RGBKBD_COORD((x), (y))
+#define DELM RGBKBD_DELM
const uint8_t rgbkbd_map[] = {
DELM, LED(0, 0), DELM, LED(1, 0), DELM, LED(2, 0), DELM, LED(3, 0),