summaryrefslogtreecommitdiffstats
path: root/usr.bin/tmux/cmd-find.c
diff options
context:
space:
mode:
authornicm <nicm@openbsd.org>2015-09-14 13:22:02 +0000
committernicm <nicm@openbsd.org>2015-09-14 13:22:02 +0000
commitb8aa9345cb39e9ee316735925518881480f8cde7 (patch)
tree70b7151e81980a75fa89d8886c942215fe3c0805 /usr.bin/tmux/cmd-find.c
parentuse .Va for global variables, and .Vt where the type is included (diff)
downloadwireguard-openbsd-b8aa9345cb39e9ee316735925518881480f8cde7.tar.xz
wireguard-openbsd-b8aa9345cb39e9ee316735925518881480f8cde7.zip
Remove some extra blank lines.
Diffstat (limited to 'usr.bin/tmux/cmd-find.c')
-rw-r--r--usr.bin/tmux/cmd-find.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/tmux/cmd-find.c b/usr.bin/tmux/cmd-find.c
index 02a0707fc17..2654ee0afd1 100644
--- a/usr.bin/tmux/cmd-find.c
+++ b/usr.bin/tmux/cmd-find.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: cmd-find.c,v 1.12 2015/08/13 15:02:23 nicm Exp $ */
+/* $OpenBSD: cmd-find.c,v 1.13 2015/09/14 13:22:02 nicm Exp $ */
/*
* Copyright (c) 2015 Nicholas Marriott <nicm@users.sourceforge.net>
@@ -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);