Re: minor fixes after pgindent prototype fixes
Andres Freund <andres@anarazel.de>
From: Andres Freund <andres@anarazel.de>
To: Tom Lane <tgl@sss.pgh.pa.us>
Cc: pgsql-hackers@postgresql.org
Date: 2019-07-31T07:17:13Z
Lists: pgsql-hackers
On 2019-07-28 00:09:51 -0400, Tom Lane wrote: > Andres Freund <andres@anarazel.de> writes: > > a few prototypes look odd. It appears to be cases where previously the > > odd indentation was put to some use, by indenting parameters less: > > ... > > but now that looks odd: > > extern void DefineCustomBoolVariable( > > const char *name, > > const char *short_desc, > > > Unless somebody protests I'm going to remove the now pretty useless > > looking newline in the cases I can find. > > +1. I think Alvaro was muttering something about doing this, > but you beat him to it. And pushed... - Andres
Commits
-
Remove superfluous newlines in function prototypes.
- c4b7bb3cf19f 12.0 landed
- 870b1d6800cc 13.0 landed
-
Phase 2 pgindent run for v12.
- 8255c7a5eeba 12.0 cited