summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJack Rosenthal <jrosenth@chromium.org>2022-06-27 15:30:23 -0600
committerChromeos LUCI <chromeos-scoped@luci-project-accounts.iam.gserviceaccount.com>2022-06-28 11:09:34 +0000
commit212399eca7b769ce289b527566ad38faba67f00a (patch)
tree9dd24ca9822eeef44b03ebf9b57370daf7bdc23c
parent36fb7d386dd1890b3966d3e8b118bf2c4f9c1fa0 (diff)
downloadchrome-ec-212399eca7b769ce289b527566ad38faba67f00a.tar.gz
zephyr/include/dt-bindings/motionsense/utils.h: Format with clang-format
BUG=b:236386294 BRANCH=none TEST=none Change-Id: I08123c65a43f38b7cf30a494eabef12ece82d14f Signed-off-by: Jack Rosenthal <jrosenth@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3730715 Reviewed-by: Jeremy Bettis <jbettis@chromium.org>
-rw-r--r--zephyr/include/dt-bindings/motionsense/utils.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/zephyr/include/dt-bindings/motionsense/utils.h b/zephyr/include/dt-bindings/motionsense/utils.h
index 7f0e5f5fc8..f7a3a31927 100644
--- a/zephyr/include/dt-bindings/motionsense/utils.h
+++ b/zephyr/include/dt-bindings/motionsense/utils.h
@@ -7,8 +7,8 @@
#ifndef DT_BINDINGS_UTILS_H
#define DT_BINDINGS_UTILS_H
-#define BIT(x) (1U << (x))
-#define ROUND_UP_FLAG BIT(31)
-#define USEC_PER_MSEC 1000
+#define BIT(x) (1U << (x))
+#define ROUND_UP_FLAG BIT(31)
+#define USEC_PER_MSEC 1000
#endif /* DT_BINDINGS_UTILS_H */