summaryrefslogtreecommitdiff
path: root/cts
diff options
context:
space:
mode:
authorJack Rosenthal <jrosenth@chromium.org>2022-06-27 14:45:03 -0600
committerChromeos LUCI <chromeos-scoped@luci-project-accounts.iam.gserviceaccount.com>2022-07-01 19:44:03 +0000
commit76d82b776016c02b1555ec55d57abef528b69050 (patch)
tree956691207f878fd8d126d6cf64ca407f588bb811 /cts
parent81d381c4867d7f516056382124d4dddb80627db0 (diff)
downloadchrome-ec-76d82b776016c02b1555ec55d57abef528b69050.tar.gz
cts/common/cts_common.c: Format with clang-format
BUG=b:236386294 BRANCH=none TEST=none Change-Id: I52a0fe7d596f5ec997fe1386980c11a32ad59226 Signed-off-by: Jack Rosenthal <jrosenth@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3729739 Reviewed-by: Jeremy Bettis <jbettis@chromium.org>
Diffstat (limited to 'cts')
-rw-r--r--cts/common/cts_common.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cts/common/cts_common.c b/cts/common/cts_common.c
index 8975636655..d58ecc706e 100644
--- a/cts/common/cts_common.c
+++ b/cts/common/cts_common.c
@@ -11,7 +11,7 @@ __attribute__((weak)) void clean_state(void)
/* Each test overrides as needed */
}
-void cts_main_loop(const struct cts_test* tests, const char *name)
+void cts_main_loop(const struct cts_test *tests, const char *name)
{
enum cts_rc rc;
int i;