aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2013-02-20 13:01:59 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2013-02-20 13:01:59 +0000
commit41c39e9bd96b1078058dd3febc0d2ff313c5c9c8 (patch)
treec6bb8a2d2b9b43778261f71bd47852b209e6369b
parentafd5e978cf8dca6dcd824b224ce798f6b7522605 (diff)
downloadrtmux-41c39e9bd96b1078058dd3febc0d2ff313c5c9c8.tar.gz
rtmux-41c39e9bd96b1078058dd3febc0d2ff313c5c9c8.tar.bz2
rtmux-41c39e9bd96b1078058dd3febc0d2ff313c5c9c8.zip
Remove stray blank line.
-rw-r--r--cmd-break-pane.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/cmd-break-pane.c b/cmd-break-pane.c
index 637105ab..a4350fe6 100644
--- a/cmd-break-pane.c
+++ b/cmd-break-pane.c
@@ -93,7 +93,6 @@ cmd_break_pane_exec(struct cmd *self, struct cmd_ctx *ctx)
server_status_session_group(s);
if (args_has(args, 'P')) {
-
if ((template = args_get(args, 'F')) == NULL)
template = BREAK_PANE_TEMPLATE;