summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorJack Rosenthal <jrosenth@chromium.org>2022-06-27 14:43:22 -0600
committerChromeos LUCI <chromeos-scoped@luci-project-accounts.iam.gserviceaccount.com>2022-07-01 15:16:37 +0000
commit59d6cc9903c8138d307824a5a1e7fadb64abb2dd (patch)
treece9e8066c5364f81a7663ecde53e8eed89cf3c3f /core
parent7f86894bc728ee5ae921f2c5721bec9db21a0623 (diff)
downloadchrome-ec-59d6cc9903c8138d307824a5a1e7fadb64abb2dd.tar.gz
core/host/atomic.h: Format with clang-format
BUG=b:236386294 BRANCH=none TEST=none Change-Id: I8a0ceed91c2aee9b96bac7f913603be8562fcd36 Signed-off-by: Jack Rosenthal <jrosenth@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3729836 Reviewed-by: Jeremy Bettis <jbettis@chromium.org>
Diffstat (limited to 'core')
-rw-r--r--core/host/atomic.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/host/atomic.h b/core/host/atomic.h
index a8d6882d0e..8e84406f1c 100644
--- a/core/host/atomic.h
+++ b/core/host/atomic.h
@@ -40,4 +40,4 @@ static inline atomic_val_t atomic_and(atomic_t *addr, atomic_val_t bits)
{
return __atomic_fetch_and(addr, bits, __ATOMIC_SEQ_CST);
}
-#endif /* __CROS_EC_ATOMIC_H */
+#endif /* __CROS_EC_ATOMIC_H */