]> git.ipfire.org Git - thirdparty/postgresql.git/commitdiff
Fix function declaration style to respect the coding standard.
authorTatsuo Ishii <ishii@postgresql.org>
Sun, 28 Jun 2015 09:54:27 +0000 (18:54 +0900)
committerTatsuo Ishii <ishii@postgresql.org>
Sun, 28 Jun 2015 10:05:14 +0000 (19:05 +0900)
contrib/pgbench/pgbench.c

index dbafd60990c4b03b52439fe2c6cc405bdaa5a7a4..4e22695f8fd35f6b21bb4e697ac6428fd2985a38 100644 (file)
@@ -876,8 +876,7 @@ clientDone(CState *st, bool ok)
        return false;                           /* always false */
 }
 
-static
-void
+static void
 agg_vals_init(AggVals *aggs, instr_time start)
 {
        /* basic counters */