summaryrefslogtreecommitdiffstats
path: root/cmd-choose-tree.c
diff options
context:
space:
mode:
authorNicholas Marriott <nicm@openbsd.org>2013-01-17 03:51:21 +0000
committerNicholas Marriott <nicm@openbsd.org>2013-01-17 03:51:21 +0000
commitd31315884c422fd68c263f692ec2fa2c9409776f (patch)
treea4fc1e63889bdf66c1e23d117bf4f96ee1a957e8 /cmd-choose-tree.c
parente33ba57c13139bc9ae6e92be169de6dc322e38eb (diff)
Fix some blank line nits.
Diffstat (limited to 'cmd-choose-tree.c')
-rw-r--r--cmd-choose-tree.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd-choose-tree.c b/cmd-choose-tree.c
index 24c42994..b274d561 100644
--- a/cmd-choose-tree.c
+++ b/cmd-choose-tree.c
@@ -219,6 +219,7 @@ windows_only:
free(final_win_action);
}
+
/*
* If we're just drawing windows, don't consider moving on to
* other sessions as we only list windows in this session.
@@ -260,5 +261,4 @@ cmd_choose_tree_free(struct window_choose_data *cdata)
free(cdata->command);
format_free(cdata->ft);
free(cdata);
-
}