summaryrefslogtreecommitdiffstats
path: root/cmd-set-option.c
diff options
context:
space:
mode:
authornicm <nicm>2014-02-14 13:59:01 +0000
committernicm <nicm>2014-02-14 13:59:01 +0000
commitf835be4bb25f629613bbb7e0195a5c4fb12abf3e (patch)
treea5b016803bd90894c6c08c80cb0d5b169547d050 /cmd-set-option.c
parentbfb700cf4159c0d11c3137f1429eb1947f35cb77 (diff)
Style nit - no space between function name and bracket.
Diffstat (limited to 'cmd-set-option.c')
-rw-r--r--cmd-set-option.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd-set-option.c b/cmd-set-option.c
index b661913f..046bebd6 100644
--- a/cmd-set-option.c
+++ b/cmd-set-option.c
@@ -172,7 +172,7 @@ cmd_set_option_exec(struct cmd *self, struct cmd_q *cmdq)
}
/* Start or stop timers when automatic-rename changed. */
- if (strcmp (oe->name, "automatic-rename") == 0) {
+ if (strcmp(oe->name, "automatic-rename") == 0) {
for (i = 0; i < ARRAY_LENGTH(&windows); i++) {
if ((w = ARRAY_ITEM(&windows, i)) == NULL)
continue;