summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2020-10-15 15:30:55 +0200
committerDaniel Stenberg <daniel@haxx.se>2020-10-15 23:32:26 +0200
commit475c1aba68030bc21b8d0ed76a7028eb2e797f64 (patch)
tree44040f70841735b6394311bbef1b3840d47923dd /tests
parentb7ea3d2c22fe76fd85d1c5c6672829960d1d6e36 (diff)
downloadcurl-475c1aba68030bc21b8d0ed76a7028eb2e797f64.tar.gz
checksrc: warn on empty line before open brace
... and fix a few occurances Closes #6088
Diffstat (limited to 'tests')
-rw-r--r--tests/unit/unit1604.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/unit/unit1604.c b/tests/unit/unit1604.c
index 9c4f77670..74366d11f 100644
--- a/tests/unit/unit1604.c
+++ b/tests/unit/unit1604.c
@@ -82,7 +82,6 @@ struct data {
};
UNITTEST_START
-
{ /* START sanitize_file_name */
struct data data[] = {
{ "", 0,
@@ -349,7 +348,6 @@ UNITTEST_START
#else
UNITTEST_START
-
{
fprintf(stderr, "Skipped test not for this platform\n");
}