Clean up newlines following left parentheses
Álvaro Herrera <alvherre@alvh.no-ip.org>
Clean up newlines following left parentheses Most came in during the 17 cycle, so backpatch there. Some (particularly reorderbuffer.h) are very old, but backpatching doesn't seem useful. Like commits c9d297751959, c4f113e8fef9.
Files
| Path | Change | +/− |
|---|---|---|
| contrib/bloom/bloom.h | modified | +3 −6 |
| src/backend/backup/basebackup_incremental.c | modified | +4 −4 |
| src/backend/utils/adt/pg_locale.c | modified | +2 −2 |
| src/backend/utils/cache/relcache.c | modified | +1 −2 |
| src/bin/pg_combinebackup/load_manifest.c | modified | +1 −2 |
| src/common/parse_manifest.c | modified | +2 −3 |
| src/common/unicode/category_test.c | modified | +8 −16 |
| src/include/common/parse_manifest.h | modified | +2 −2 |
| src/include/replication/reorderbuffer.h | modified | +9 −18 |