From: Mart Lubbers Date: Thu, 25 Aug 2016 14:42:38 +0000 (+0200) Subject: fix style issue, thanks @KDercksen X-Git-Url: https://git.martlubbers.net/?a=commitdiff_plain;h=ebd543f1c0094941db07924af1c1cb4268ef1e51;p=bf.git fix style issue, thanks @KDercksen --- diff --git a/bf.c b/bf.c index 0061aa2..7a4a123 100644 --- a/bf.c +++ b/bf.c @@ -68,7 +68,7 @@ int main(int argc, char *argv[]) check_fail(cs->pl = ftell(in), "ftell", -1); } else { depth = 1; - while(depth > 0){ + while (depth > 0){ switch(fgetc(in)){ case ']': depth--;