aboutsummaryrefslogtreecommitdiffstats
path: root/noice.c
diff options
context:
space:
mode:
authorsin <sin@2f30.org>2014-12-20 19:14:10 +0000
committersin <sin@2f30.org>2014-12-20 21:51:27 +0000
commitd907c3f9941a922579d3ad92aedeb1e4e2ab5c2e (patch)
tree60b89e159c1ff2e27edc461eb42e65ef38d33c2e /noice.c
parent905b74161e0a37b8ffb57f8dbd252e7dfbddaeb3 (diff)
downloadnoice-d907c3f9941a922579d3ad92aedeb1e4e2ab5c2e.tar.gz
Remove unnecessary curly brackets
Diffstat (limited to 'noice.c')
-rw-r--r--noice.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/noice.c b/noice.c
index 8119108..ecad447 100644
--- a/noice.c
+++ b/noice.c
@@ -303,10 +303,9 @@ nextsel(void)
c = getch();
- for (i = 0; i < LEN(bindings); i++) {
+ for (i = 0; i < LEN(bindings); i++)
if (c == bindings[i].sym)
return bindings[i].act;
- }
return 0;
}
Un proyecto texto-plano.xyz