Remove superfluous newlines in function prototypes.
Andres Freund <andres@anarazel.de>
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-
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/commands/event_trigger.c | modified | +1 −2 |
| src/backend/executor/nodeBitmapHeapscan.c | modified | +2 −4 |
| src/backend/libpq/auth.c | modified | +1 −2 |
| src/backend/storage/ipc/sinval.c | modified | +1 −2 |
| src/backend/utils/adt/jsonpath_exec.c | modified | +2 −4 |
| src/include/access/gist_private.h | modified | +1 −2 |
| src/include/replication/logical.h | modified | +3 −6 |
| src/include/replication/reorderbuffer.h | modified | +5 −10 |
| src/include/storage/sinval.h | modified | +1 −2 |
| src/include/utils/guc.h | modified | +5 −10 |
Discussion
- minor fixes after pgindent prototype fixes 4 messages · 2019-07-28 → 2019-07-31