From c8070d6675c95c44f323c09efb23f5ad174a7055 Mon Sep 17 00:00:00 2001 From: thatHexa Date: Mon, 28 Nov 2016 12:55:27 +0200 Subject: [PATCH] Added missing whitespace OCD FTW --- c/c.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/c/c.c b/c/c.c index 7cfe76d7..947c5de0 100644 --- a/c/c.c +++ b/c/c.c @@ -1,4 +1,4 @@ -#include +#include int main() { printf("Hello World\n");