From 41c39e9bd96b1078058dd3febc0d2ff313c5c9c8 Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Wed, 20 Feb 2013 13:01:59 +0000 Subject: [PATCH] Remove stray blank line. --- cmd-break-pane.c | 1 - 1 file changed, 1 deletion(-) 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;