summaryrefslogtreecommitdiff
path: root/tests/unit/unit1604.c
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 15:33:13 +0200
commit8d972677ea660221b81086daf51629f5c34c2181 (patch)
tree16f89396cd773efcf3e7f6864ed707343232ce5e /tests/unit/unit1604.c
parent8b1a10cdf7fe0dd1dc288106500f6333b77b51a6 (diff)
downloadcurl-bagder/checksrc-emptylinebrace.tar.gz
checksrc: warn on empty line before open bracebagder/checksrc-emptylinebrace
... and fix a few occurances
Diffstat (limited to 'tests/unit/unit1604.c')
-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");
}