mirror of
https://github.com/curl/curl.git
synced 2026-08-25 08:43:31 +03:00
checksrc: warn on empty line before open brace
... and fix a few occurances Closes #6088
This commit is contained in:
parent
b7ea3d2c22
commit
475c1aba68
6 changed files with 6 additions and 6 deletions
|
|
@ -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");
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue