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

Commit fc7f6e3

Browse files
committed
Fix function declaration style to respect the coding standard.
1 parent 05d9e17 commit fc7f6e3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

contrib/pgbench/pgbench.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -876,8 +876,7 @@ clientDone(CState *st, bool ok)
876876
return false; /* always false */
877877
}
878878

879-
static
880-
void
879+
static void
881880
agg_vals_init(AggVals *aggs, instr_time start)
882881
{
883882
/* basic counters */

0 commit comments

Comments
 (0)