Style nit.

pull/1386/merge
nicm 2018-06-26 13:21:28 +00:00
parent 8fb6666f17
commit 97738921cd
1 changed files with 1 additions and 2 deletions

View File

@ -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);
}