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

Commit 527e6d3

Browse files
committed
Fix function declaration style to respect the coding standard.
1 parent 0a52d37 commit 527e6d3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/bin/pgbench/pgbench.c

+1-2
Original file line numberDiff line numberDiff line change
@@ -1113,8 +1113,7 @@ clientDone(CState *st, bool ok)
11131113
return false; /* always false */
11141114
}
11151115

1116-
static
1117-
void
1116+
static void
11181117
agg_vals_init(AggVals *aggs, instr_time start)
11191118
{
11201119
/* basic counters */

0 commit comments

Comments
 (0)