From: Mart Lubbers Date: Thu, 25 Aug 2016 14:43:49 +0000 (+0200) Subject: fix another space X-Git-Url: https://git.martlubbers.net/?a=commitdiff_plain;h=fcc8092003b7c9096e17c192a6d407da462945a0;p=bf.git fix another space --- diff --git a/bf.c b/bf.c index 7a4a123..189eba9 100644 --- a/bf.c +++ b/bf.c @@ -69,7 +69,7 @@ int main(int argc, char *argv[]) } else { depth = 1; while (depth > 0){ - switch(fgetc(in)){ + switch (fgetc(in)){ case ']': depth--; break;