summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorJack Rosenthal <jrosenth@chromium.org>2022-06-27 14:43:27 -0600
committerChromeos LUCI <chromeos-scoped@luci-project-accounts.iam.gserviceaccount.com>2022-07-01 11:41:25 +0000
commit1b6d4dada697a467b8ac4c401c95c6200dd6d5ef (patch)
tree8717eee98a563bbce7a34483e88486e5ca661a6e /core
parentfee01bbba78181092052bb58cf5262e6d06639dc (diff)
downloadchrome-ec-1b6d4dada697a467b8ac4c401c95c6200dd6d5ef.tar.gz
core/host/disabled.c: Format with clang-format
BUG=b:236386294 BRANCH=none TEST=none Change-Id: I4027981884a1a9c16f4b173b170b190e13022334 Signed-off-by: Jack Rosenthal <jrosenth@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3729838 Reviewed-by: Jeremy Bettis <jbettis@chromium.org>
Diffstat (limited to 'core')
-rw-r--r--core/host/disabled.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/core/host/disabled.c b/core/host/disabled.c
index 759c215ebd..466f5629f9 100644
--- a/core/host/disabled.c
+++ b/core/host/disabled.c
@@ -5,6 +5,9 @@
/* Disabled functions */
-#define DISABLED(proto) proto { }
+#define DISABLED(proto) \
+ proto \
+ { \
+ }
DISABLED(void clock_init(void));