pgsql: Remove superfluous newlines in function prototypes.

From: Andres Freund <andres(at)anarazel(dot)de>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Remove superfluous newlines in function prototypes.
Date: 2019-07-31 07:16:28
Message-ID: E1hsiqa-0002E9-Hz@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Remove superfluous newlines in function prototypes.

These were introduced by pgindent due to fixe to broken
indentation (c.f. 8255c7a5eeba8). Previously the mis-indentation of
function prototypes was creatively used to reduce indentation in a few
places.

As that formatting only exists in master and REL_12_STABLE, it seems
better to fix it in both, rather than having some odd indentation in
v12 that somebody might copy for future patches or such.

Author: Andres Freund
Discussion: https://postgr.es/m/20190728013754.jwcbe5nfyt3533vx@alap3.anarazel.de
Backpatch: 12-

Branch
------
REL_12_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/c4b7bb3cf19f5d847544de93c36329de8e59193b

Modified Files
--------------
src/backend/commands/event_trigger.c | 3 +--
src/backend/executor/nodeBitmapHeapscan.c | 6 ++----
src/backend/libpq/auth.c | 3 +--
src/backend/storage/ipc/sinval.c | 3 +--
src/backend/utils/adt/jsonpath_exec.c | 6 ++----
src/include/access/gist_private.h | 3 +--
src/include/replication/logical.h | 9 +++------
src/include/replication/reorderbuffer.h | 15 +++++----------
src/include/storage/sinval.h | 3 +--
src/include/utils/guc.h | 15 +++++----------
10 files changed, 22 insertions(+), 44 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2019-07-31 07:53:11 pgsql: Run UTF8-requiring collation tests by default
Previous Message Andres Freund 2019-07-31 07:16:27 pgsql: Remove superfluous newlines in function prototypes.