Skip to content

Commit 471466a

Browse files
committed
Formatting
1 parent 2d38a04 commit 471466a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

suite/cstest/src/cstest.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,8 @@ void print_test_run_stats(const TestRunStats *stats)
7474
printf("\n");
7575
}
7676

77-
void cleanup_test_files() {
77+
void cleanup_test_files()
78+
{
7879
if (!test_files) {
7980
return;
8081
}

0 commit comments

Comments
 (0)