summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornicm <nicm@openbsd.org>2018-06-26 13:21:28 +0000
committernicm <nicm@openbsd.org>2018-06-26 13:21:28 +0000
commitd5cd3ba06e877a875c0a4e96d3df59095b545840 (patch)
tree0df92e11e632d04dc2e7e275a8c7edd237ff0bbe
parentspace between macro args and punctuation; (diff)
downloadwireguard-openbsd-d5cd3ba06e877a875c0a4e96d3df59095b545840.tar.xz
wireguard-openbsd-d5cd3ba06e877a875c0a4e96d3df59095b545840.zip
Style nit.
-rw-r--r--usr.bin/tmux/cmd-find.c5
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);
}