From 9a437994400f5fdadac103fc5df0c5d622d5c8be Mon Sep 17 00:00:00 2001 From: Tatsuo Ishii Date: Sun, 28 Jun 2015 18:54:27 +0900 Subject: [PATCH] Fix function declaration style to respect the coding standard. --- contrib/pgbench/pgbench.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/contrib/pgbench/pgbench.c b/contrib/pgbench/pgbench.c index c080c466915..f9e1549b23f 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 */ -- 2.39.5