Manual cleanup of pgindent results. Fix some places where pgindent did silly stuff, often because project style wasn't followed to begin with. (I've not touched the atomics headers, though.)
Branch ------ master Details ------- http://git.postgresql.org/pg/commitdiff/2aa0476dc38f7e510b8cde627e83b4c76fa05d61 Modified Files -------------- contrib/pg_audit/pg_audit.c | 76 +++++++++----------------- src/backend/access/tablesample/bernoulli.c | 15 ++--- src/backend/access/tablesample/tablesample.c | 9 ++- src/backend/executor/execUtils.c | 4 +- src/backend/executor/nodeAgg.c | 8 ++- src/backend/executor/nodeHash.c | 8 +-- src/backend/optimizer/plan/planner.c | 25 +++++---- src/backend/rewrite/rowsecurity.c | 4 +- src/backend/utils/adt/jsonb.c | 2 +- src/backend/utils/adt/ruleutils.c | 4 +- 10 files changed, 68 insertions(+), 87 deletions(-) -- Sent via pgsql-committers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers
