Remove some unnecessary blank lines.

This commit is contained in:
nicm
2021-08-20 19:08:36 +00:00
parent 90dd474c3e
commit c76b28de24
3 changed files with 0 additions and 4 deletions

View File

@ -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);