summaryrefslogtreecommitdiffstats
path: root/tmux.c
diff options
context:
space:
mode:
authornicm <nicm>2015-09-03 14:30:23 +0000
committernicm <nicm>2015-09-03 14:30:23 +0000
commit82326dcbe2e833476c2b8961d6b8b5c2cee69c0e (patch)
tree65549703f81d5c44c0f1ff44d077b6172ef410a4 /tmux.c
parent6c10fc659a096d2d3514e23b1300c4bf51a122a4 (diff)
A couple of style nits.
Diffstat (limited to 'tmux.c')
-rw-r--r--tmux.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/tmux.c b/tmux.c
index 69097bf9..875e8d72 100644
--- a/tmux.c
+++ b/tmux.c
@@ -321,8 +321,7 @@ main(int argc, char **argv)
free(path);
label = xstrdup("default");
}
- }
- else
+ } else
label = xstrdup("default");
}