summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--cmd-find.c1
-rw-r--r--cmd-set-option.c1
-rw-r--r--paste.c1
-rw-r--r--screen-write.c1
-rw-r--r--window-clock.c1
5 files changed, 0 insertions, 5 deletions
diff --git a/cmd-find.c b/cmd-find.c
index 87dacfb4..ec883cbd 100644
--- a/cmd-find.c
+++ b/cmd-find.c
@@ -562,7 +562,6 @@ cmd_find_get_window_with_session(struct cmd_find_state *fs, const char *window)
return (0);
}
-
/* Stop now if exact only. */
if (exact)
return (-1);
diff --git a/cmd-set-option.c b/cmd-set-option.c
index 98ab2513..e0b07edb 100644
--- a/cmd-set-option.c
+++ b/cmd-set-option.c
@@ -263,7 +263,6 @@ cmd_set_option_user(struct cmd *self, struct cmd_q *cmdq, const char *optstr,
return (CMD_RETURN_NORMAL);
}
-
/* Unset an option. */
int
cmd_set_option_unset(struct cmd *self, struct cmd_q *cmdq,
diff --git a/paste.c b/paste.c
index fa58f7c1..44f88d0b 100644
--- a/paste.c
+++ b/paste.c
@@ -254,7 +254,6 @@ paste_set(char *data, size_t size, const char *name, char **cause)
return (-1);
}
-
pb = xmalloc(sizeof *pb);
pb->name = xstrdup(name);
diff --git a/screen-write.c b/screen-write.c
index 37e2b548..f80048b6 100644
--- a/screen-write.c
+++ b/screen-write.c
@@ -46,7 +46,6 @@ screen_write_stop(unused struct screen_write_ctx *ctx)
{
}
-
/* Reset screen state. */
void
screen_write_reset(struct screen_write_ctx *ctx)
diff --git a/window-clock.c b/window-clock.c
index 4a497891..5bc546a9 100644
--- a/window-clock.c
+++ b/window-clock.c
@@ -233,7 +233,6 @@ window_clock_draw_screen(struct window_pane *wp)
screen_write_puts(&ctx, &gc, "%s", tim);
}
-
screen_write_stop(&ctx);
return;
}