summaryrefslogtreecommitdiffstats
path: root/cmd-new-window.c
diff options
context:
space:
mode:
authornicm <nicm>2021-08-20 19:08:36 +0000
committernicm <nicm>2021-08-20 19:08:36 +0000
commitc76b28de242696a78a256dda3b42ba49d607a751 (patch)
tree3f2e778cdd541e7eb6ad688e3bb8761219dd5e53 /cmd-new-window.c
parent90dd474c3ea8bf10bde6ee15eaaf9f3af3fb46f6 (diff)
Remove some unnecessary blank lines.
Diffstat (limited to 'cmd-new-window.c')
-rw-r--r--cmd-new-window.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/cmd-new-window.c b/cmd-new-window.c
index 9393f6e4..a9156a6f 100644
--- a/cmd-new-window.c
+++ b/cmd-new-window.c
@@ -94,7 +94,6 @@ cmd_new_window_exec(struct cmd *self, struct cmdq_item *item)
}
}
-
before = args_has(args, 'b');
if (args_has(args, 'a') || before) {
idx = winlink_shuffle_up(s, wl, before);