summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJack Rosenthal <jrosenth@chromium.org>2022-06-27 15:18:12 -0600
committerChromeos LUCI <chromeos-scoped@luci-project-accounts.iam.gserviceaccount.com>2022-06-29 16:23:20 +0000
commit59c7f637b646e82c233a9cc938d67aece63c82a9 (patch)
treed6a413bfd7f25e2f5bfded936021a6dcc1f87656
parent4d055c6c2d85cd814b7dd6f3a6db6fb10b41dc9b (diff)
downloadchrome-ec-59c7f637b646e82c233a9cc938d67aece63c82a9.tar.gz
include/vec4.h: Format with clang-format
BUG=b:236386294 BRANCH=none TEST=none Change-Id: I086f7a69cb402efd66b41cb85db8d325000b4b5b Signed-off-by: Jack Rosenthal <jrosenth@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3730456 Reviewed-by: Jeremy Bettis <jbettis@chromium.org>
-rw-r--r--include/vec4.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/vec4.h b/include/vec4.h
index f1724d955e..0a75981c4d 100644
--- a/include/vec4.h
+++ b/include/vec4.h
@@ -12,4 +12,4 @@
typedef float floatv4_t[4];
typedef fp_t fpv4_t[4];
-#endif /* __CROS_EC_VEC_4_H */
+#endif /* __CROS_EC_VEC_4_H */