summaryrefslogtreecommitdiff
path: root/cts/mutex
diff options
context:
space:
mode:
authorJack Rosenthal <jrosenth@chromium.org>2022-06-27 14:45:30 -0600
committerChromeos LUCI <chromeos-scoped@luci-project-accounts.iam.gserviceaccount.com>2022-06-30 18:04:38 +0000
commitce0393174fce8e7caae666a4667c0ee87e49a64b (patch)
tree3cb31cbee3421c41ff40b066f70e11135284bf4b /cts/mutex
parent4db6d29ac9b0ea86e315d9d7f0dbf4412fbd4d6b (diff)
downloadchrome-ec-ce0393174fce8e7caae666a4667c0ee87e49a64b.tar.gz
cts/mutex/th.c: Format with clang-format
BUG=b:236386294 BRANCH=none TEST=none Change-Id: I0876be7b13b905e53f049f65c8abbd854cbdcfa4 Signed-off-by: Jack Rosenthal <jrosenth@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3729762 Reviewed-by: Jeremy Bettis <jbettis@chromium.org>
Diffstat (limited to 'cts/mutex')
-rw-r--r--cts/mutex/th.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cts/mutex/th.c b/cts/mutex/th.c
index 9cbbd8badb..3e9a8ca7c2 100644
--- a/cts/mutex/th.c
+++ b/cts/mutex/th.c
@@ -23,7 +23,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) {