diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2013-02-20 13:01:59 +0000 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2013-02-20 13:01:59 +0000 |
commit | 41c39e9bd96b1078058dd3febc0d2ff313c5c9c8 (patch) | |
tree | c6bb8a2d2b9b43778261f71bd47852b209e6369b | |
parent | afd5e978cf8dca6dcd824b224ce798f6b7522605 (diff) | |
download | rtmux-41c39e9bd96b1078058dd3febc0d2ff313c5c9c8.tar.gz rtmux-41c39e9bd96b1078058dd3febc0d2ff313c5c9c8.tar.bz2 rtmux-41c39e9bd96b1078058dd3febc0d2ff313c5c9c8.zip |
Remove stray blank line.
-rw-r--r-- | cmd-break-pane.c | 1 |
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; |