summaryrefslogtreecommitdiff
path: root/test/utils_str.c
diff options
context:
space:
mode:
authorJack Rosenthal <jrosenth@chromium.org>2022-07-08 10:58:21 -0700
committerChromeos LUCI <chromeos-scoped@luci-project-accounts.iam.gserviceaccount.com>2022-07-08 19:12:23 +0000
commit94f92cd7f12736e9b59e0fd399d5663789019b22 (patch)
tree0a58c4dffd4175a8d72d9e517afdd60469ebe3e2 /test/utils_str.c
parenta103b8df46557cda86911ac36a084f08e600ad02 (diff)
downloadchrome-ec-94f92cd7f12736e9b59e0fd399d5663789019b22.tar.gz
clang-format: Ran clang-format on all files again
A number of files have had non-compliant changes uploaded since all files were formatted. Likely, the changes were uploaded before CL:3751770, so the author would not have seen any pre-upload failures. Re-format these files. This CL was generated via: clang-format -i $(find -name '*.[ch]' -type f -not -path '*third_party*') BUG=b:236386294 BRANCH=none TEST=none Signed-off-by: Jack Rosenthal <jrosenth@chromium.org> Change-Id: Iedad17d13c29f45c7601d43f7fa2ce3215cc678e Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3751462 Commit-Queue: Tom Hughes <tomhughes@chromium.org> Reviewed-by: Tom Hughes <tomhughes@chromium.org>
Diffstat (limited to 'test/utils_str.c')
-rw-r--r--test/utils_str.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/utils_str.c b/test/utils_str.c
index fa42ff0703..7607b071f2 100644
--- a/test/utils_str.c
+++ b/test/utils_str.c
@@ -104,7 +104,6 @@ static int test_strzcpy(void)
return EC_SUCCESS;
}
-
void run_test(int argc, char **argv)
{
test_reset();