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
1 changed files with 3 additions and 2 deletions

View File

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