diff --git a/file with spaces.c b/file with spaces.c index c6e030243e9..b5be9fe21d6 100644 --- a/file with spaces.c +++ b/file with spaces.c @@ -13,9 +13,10 @@ * *****************************************************************************/ -#include +#include -int main(int argc, char **argv) +int main(int argc, char * * argv) { + int ret; -} \ No newline at end of file + } \ No newline at end of file diff --git a/file with special some%0Athing.c b/file with special some%0Athing.c index c6e030243e9..768e898d386 100644 --- a/file with special some%0Athing.c +++ b/file with special some%0Athing.c @@ -15,7 +15,8 @@ #include -int main(int argc, char **argv) -{ - int ret; -} \ No newline at end of file +int main(int +argc , char **argv) + { + int ret ; + } \ No newline at end of file diff --git a/file with special some;thing.c b/file with special some;thing.c index c6e030243e9..54af84aea11 100644 --- a/file with special some;thing.c +++ b/file with special some;thing.c @@ -15,7 +15,7 @@ #include -int main(int argc, char **argv) +int main( int argc, char **argv) { - int ret; + int ret; } \ No newline at end of file