diff options
author | 2018-06-26 13:21:28 +0000 | |
---|---|---|
committer | 2018-06-26 13:21:28 +0000 | |
commit | d5cd3ba06e877a875c0a4e96d3df59095b545840 (patch) | |
tree | 0df92e11e632d04dc2e7e275a8c7edd237ff0bbe | |
parent | space between macro args and punctuation; (diff) | |
download | wireguard-openbsd-d5cd3ba06e877a875c0a4e96d3df59095b545840.tar.xz wireguard-openbsd-d5cd3ba06e877a875c0a4e96d3df59095b545840.zip |
Style nit.
-rw-r--r-- | usr.bin/tmux/cmd-find.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/usr.bin/tmux/cmd-find.c b/usr.bin/tmux/cmd-find.c index 40b6124ce75..22a0161c68b 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.65 2018/05/28 11:50:47 nicm Exp $ */ +/* $OpenBSD: cmd-find.c,v 1.66 2018/06/26 13:21:28 nicm Exp $ */ /* * Copyright (c) 2015 Nicholas Marriott <nicholas.marriott@gmail.com> @@ -919,8 +919,7 @@ cmd_find_from_client(struct cmd_find_state *fs, struct client *c, int flags) cmd_find_log_state(__func__, fs); return (0); - } - else { + } else { log_debug("%s: session $%u does not have pane %%%u", __func__, s->id, wp->id); } |