Re: minor fixes after pgindent prototype fixes

Tom Lane <tgl@sss.pgh.pa.us>

From: Tom Lane <tgl@sss.pgh.pa.us>
To: Andres Freund <andres@anarazel.de>
Cc: pgsql-hackers@postgresql.org
Date: 2019-07-28T04:09:51Z
Lists: pgsql-hackers
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.

			regards, tom lane



Commits

  1. Remove superfluous newlines in function prototypes.

  2. Phase 2 pgindent run for v12.