summaryrefslogtreecommitdiff
path: root/cts
diff options
context:
space:
mode:
authorJack Rosenthal <jrosenth@chromium.org>2022-06-27 14:45:08 -0600
committerChromeos LUCI <chromeos-scoped@luci-project-accounts.iam.gserviceaccount.com>2022-06-29 11:17:06 +0000
commita3513991b88ea85265abea67b8ba0a6cc08d043a (patch)
tree7d1dad9610a8fbcc5d3441e556fbbcabe8baa832 /cts
parent811485f61db05d0fea114e38819bbee65da5bdc6 (diff)
downloadchrome-ec-a3513991b88ea85265abea67b8ba0a6cc08d043a.tar.gz
cts/common/cts_testlist.h: Format with clang-format
BUG=b:236386294 BRANCH=none TEST=none Change-Id: I15510c38f0d4b4adcf5438e98343de03563dc9a3 Signed-off-by: Jack Rosenthal <jrosenth@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3729757 Reviewed-by: Jeremy Bettis <jbettis@chromium.org>
Diffstat (limited to 'cts')
-rw-r--r--cts/common/cts_testlist.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cts/common/cts_testlist.h b/cts/common/cts_testlist.h
index 1586c1348e..43a48f19e5 100644
--- a/cts/common/cts_testlist.h
+++ b/cts/common/cts_testlist.h
@@ -22,7 +22,7 @@
#undef CTS_TEST
#define CTS_TEST(test, th_rc, th_string, dut_rc, dut_string) \
- {test, STRINGIFY(test)},
+ { test, STRINGIFY(test) },
struct cts_test tests[] = {
#include "cts.testlist"
};