summaryrefslogtreecommitdiff
path: root/test/mutex.c
diff options
context:
space:
mode:
authorJack Rosenthal <jrosenth@chromium.org>2022-06-27 15:21:49 -0600
committerChromeos LUCI <chromeos-scoped@luci-project-accounts.iam.gserviceaccount.com>2022-06-29 02:58:30 +0000
commitb513d068632c3bfb81a7b7d12f735d1b4329160e (patch)
treef9f8b63584d0361d56000d36ba93d8160738a3e6 /test/mutex.c
parentaa2de3dbad700e94831b5b45bdbc3f2523318eae (diff)
downloadchrome-ec-b513d068632c3bfb81a7b7d12f735d1b4329160e.tar.gz
test/mutex.c: Format with clang-format
BUG=b:236386294 BRANCH=none TEST=none Change-Id: I893a8076615c9dcd21dcdb7f4394c0b677ea14fb Signed-off-by: Jack Rosenthal <jrosenth@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3730515 Reviewed-by: Jeremy Bettis <jbettis@chromium.org> Reviewed-by: Tom Hughes <tomhughes@chromium.org>
Diffstat (limited to 'test/mutex.c')
-rw-r--r--test/mutex.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/mutex.c b/test/mutex.c
index 4fbf7d5cae..bd0e033453 100644
--- a/test/mutex.c
+++ b/test/mutex.c
@@ -22,7 +22,7 @@ static struct mutex mtx;
int mutex_random_task(void *unused)
{
- char letter = 'A'+(TASK_ID_MTX3A - task_get_current());
+ char letter = 'A' + (TASK_ID_MTX3A - task_get_current());
/* wait to be activated */
while (1) {