mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-30 15:21:16 -03:00
Restyle
More of that weird reflowing that clang-format loves to do
This commit is contained in:
@@ -436,9 +436,9 @@ static void process_mark_finished_children(parser_t &parser, bool block_ok) {
|
||||
proc->argv0(), pid, proc->status.status_value());
|
||||
} else {
|
||||
assert(proc->status.stopped() || proc->status.continued());
|
||||
FLOGF(proc_reap_external,
|
||||
"External process '%ls' (pid %d, %s)",
|
||||
proc->argv0(), pid, proc->status.stopped() ? "stopped" : "continued");
|
||||
FLOGF(proc_reap_external, "External process '%ls' (pid %d, %s)",
|
||||
proc->argv0(), pid,
|
||||
proc->status.stopped() ? "stopped" : "continued");
|
||||
}
|
||||
}
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user