mirror of
https://github.com/tmux/tmux.git
synced 2025-03-29 02:08:48 +00:00
Style nit.
This commit is contained in:
parent
8fb6666f17
commit
97738921cd
@ -919,8 +919,7 @@ cmd_find_from_client(struct cmd_find_state *fs, struct client *c, int flags)
|
|||||||
|
|
||||||
cmd_find_log_state(__func__, fs);
|
cmd_find_log_state(__func__, fs);
|
||||||
return (0);
|
return (0);
|
||||||
}
|
} else {
|
||||||
else {
|
|
||||||
log_debug("%s: session $%u does not have pane %%%u",
|
log_debug("%s: session $%u does not have pane %%%u",
|
||||||
__func__, s->id, wp->id);
|
__func__, s->id, wp->id);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user