More of that weird reflowing that clang-format loves to do
This commit is contained in:
Fabian Homborg
2020-04-21 19:24:33 +02:00
parent c7c10c8b10
commit 02baa321ae
9 changed files with 25 additions and 21 deletions

View File

@@ -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 {