From 237f2623335da067dd92f976e699377790038dfd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Edouard=20Choini=C3=A8re?= <27212526+echoix@users.noreply.github.com> Date: Wed, 6 Mar 2024 05:34:09 +0000 Subject: [PATCH] Add broken files --- file with spaces.c | 7 ++++--- file with special some%0Athing.c | 9 +++++---- file with special some;thing.c | 4 ++-- 3 files changed, 11 insertions(+), 9 deletions(-) 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