Fix function declaration style to respect the coding standard.
authorTatsuo Ishii <[email protected]>
Sun, 28 Jun 2015 09:54:27 +0000 (18:54 +0900)
committerTatsuo Ishii <[email protected]>
Sun, 28 Jun 2015 09:54:27 +0000 (18:54 +0900)
src/bin/pgbench/pgbench.c

index 6f35db4763b3b27e4cce07ff29119e5d6d843338..2c3e3650c8a307dd3bf034c1d5c8141ea8fae396 100644 (file)
@@ -1113,8 +1113,7 @@ clientDone(CState *st, bool ok)
    return false;               /* always false */
 }
 
-static
-void
+static void
 agg_vals_init(AggVals *aggs, instr_time start)
 {
    /* basic counters */