pgsql: Fix code indentation violations introduced by recent commit

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix code indentation violations introduced by recent commit
Date: 2023-08-11 11:49:03
Message-ID: E1qUQda-001Wfp-GS@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix code indentation violations introduced by recent commit

The two culprit commits are 5765cfe and 5e0c761.

Per buildfarm member koel for the first commit, while I have noticed the
second one in passing.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/5dc456b7dda4f7d0d7735b066607c190c74d174a

Modified Files
--------------
src/backend/utils/fmgr/fmgr.c | 15 ++++++++-------
src/backend/utils/misc/guc.c | 12 ++++++------
src/bin/pgbench/pgbench.c | 2 +-
3 files changed, 15 insertions(+), 14 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Paquier 2023-08-12 01:47:49 pgsql: Show GIDs of two-phase commit commands as constants in pg_stat_s
Previous Message Jeff Davis 2023-08-10 20:18:13 pgsql: Transform proconfig for faster execution.