Fix code indentation vioaltion introduced in commit 3c662643c4.

Per buildfarm member koel
This commit is contained in:
Tatsuo Ishii 2023-08-30 15:56:22 +09:00
parent 6475e663b3
commit bc6041b61f

View file

@ -7567,11 +7567,12 @@ threadRun(void *arg)
advanceConnectionState(thread, st, &aggs); advanceConnectionState(thread, st, &aggs);
/* /*
* If --exit-on-abort is used, the program is going to exit * If --exit-on-abort is used, the program is going to exit when
* when any client is aborted. * any client is aborted.
*/ */
if (exit_on_abort && st->state == CSTATE_ABORTED) if (exit_on_abort && st->state == CSTATE_ABORTED)
goto done; goto done;
/* /*
* If advanceConnectionState changed client to finished state, * If advanceConnectionState changed client to finished state,
* that's one fewer client that remains. * that's one fewer client that remains.