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 0a52d378b0
commit 527e6d3f09
1 changed files with 1 additions and 2 deletions

View File

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