From ff17c7f33eb968a2289183fd57390afc372e5f13 Mon Sep 17 00:00:00 2001 From: Felix Favre Date: Sat, 7 Jun 2014 18:39:45 +0200 Subject: [PATCH] add trailing spaces --- challenge/challenge.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/challenge/challenge.c b/challenge/challenge.c index 7354425..fa8c58b 100644 --- a/challenge/challenge.c +++ b/challenge/challenge.c @@ -1,7 +1,7 @@ #include #include -int main() { +int main() { int bytes_read; size_t nbytes = 10; char **my_string = malloc(sizeof(char**));