1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-28 23:42:10 +03:00

Fix function declaration style to respect the coding standard.

This commit is contained in:
Tatsuo Ishii
2015-06-28 18:54:27 +09:00
parent ed6c8d7361
commit 9a43799440

View File

@ -911,8 +911,7 @@ clientDone(CState *st, bool ok)
return false; /* always false */ return false; /* always false */
} }
static static void
void
agg_vals_init(AggVals *aggs, instr_time start) agg_vals_init(AggVals *aggs, instr_time start)
{ {
/* basic counters */ /* basic counters */