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

Commit 9a43799

Browse files
committed
Fix function declaration style to respect the coding standard.
1 parent ed6c8d7 commit 9a43799

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
@@ -911,8 +911,7 @@ clientDone(CState *st, bool ok)
911911
return false; /* always false */
912912
}
913913

914-
static
915-
void
914+
static void
916915
agg_vals_init(AggVals *aggs, instr_time start)
917916
{
918917
/* basic counters */

0 commit comments

Comments
 (0)