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 05d9e17fa9
commit fc7f6e331d

View 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 */