Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit bc6041b

Browse files
committed
Fix code indentation vioaltion introduced in commit 3c66264.
Per buildfarm member koel
1 parent 6475e66 commit bc6041b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/bin/pgbench/pgbench.c

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7567,11 +7567,12 @@ threadRun(void *arg)
75677567
advanceConnectionState(thread, st, &aggs);
75687568

75697569
/*
7570-
* If --exit-on-abort is used, the program is going to exit
7571-
* when any client is aborted.
7570+
* If --exit-on-abort is used, the program is going to exit when
7571+
* any client is aborted.
75727572
*/
75737573
if (exit_on_abort && st->state == CSTATE_ABORTED)
75747574
goto done;
7575+
75757576
/*
75767577
* If advanceConnectionState changed client to finished state,
75777578
* that's one fewer client that remains.

0 commit comments

Comments
 (0)