diff options
author | 2015-09-14 13:22:02 +0000 | |
---|---|---|
committer | 2015-09-14 13:22:02 +0000 | |
commit | b8aa9345cb39e9ee316735925518881480f8cde7 (patch) | |
tree | 70b7151e81980a75fa89d8886c942215fe3c0805 /usr.bin/tmux/cmd-find.c | |
parent | use .Va for global variables, and .Vt where the type is included (diff) | |
download | wireguard-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.c | 3 |
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); |