From: Tatsuo Ishii Date: Sun, 28 Jun 2015 09:54:27 +0000 (+0900) Subject: Fix function declaration style to respect the coding standard. X-Git-Tag: REL9_4_5~157 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9a437994400f5fdadac103fc5df0c5d622d5c8be;p=postgresql Fix function declaration style to respect the coding standard. --- diff --git a/contrib/pgbench/pgbench.c b/contrib/pgbench/pgbench.c index c080c46691..f9e1549b23 100644 --- a/contrib/pgbench/pgbench.c +++ b/contrib/pgbench/pgbench.c @@ -911,8 +911,7 @@ clientDone(CState *st, bool ok) return false; /* always false */ } -static -void +static void agg_vals_init(AggVals *aggs, instr_time start) { /* basic counters */