summaryrefslogtreecommitdiffstats
path: root/4
diff options
context:
space:
mode:
Diffstat (limited to '4')
-rw-r--r--4/11.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/4/11.c b/4/11.c
index 0173317..7c9d777 100644
--- a/4/11.c
+++ b/4/11.c
@@ -159,8 +159,7 @@ int getop(char s[]) {
pc = c;
rc = VAR;
}
- }
- else {
+ } else {
pc = c;
rc = strcmp("LOUT", s) == 0 || strlen(s) == 1 ? VAR : FUN;
}