mirror of
https://github.com/postgres/postgres.git
synced 2025-06-27 23:21:58 +03:00
Fix function declaration style to respect the coding standard.
This commit is contained in:
@ -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 */
|
||||
|
Reference in New Issue
Block a user