pgsql: Fix indentation in twophase.c

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix indentation in twophase.c
Date: 2023-07-18 05:05:22
Message-ID: E1qLctl-0003LS-4P@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix indentation in twophase.c

This has been missed in cb0cca1, noticed before buildfarm member koel
has been able to complain while poking at a different patch. Like the
other commit, backpatch all the way down to limit the odds of merge
conflicts.

Backpatch-through: 11

Branch
------
REL_16_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/926aa6d11bde9f0b6b0e45ca5a26646aacac8be3

Modified Files
--------------
src/backend/access/transam/twophase.c | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2023-07-18 15:59:53 pgsql: Doc: fix out-of-date example of SPI usage.
Previous Message Michael Paquier 2023-07-18 04:45:25 pgsql: Fix recovery of 2PC transaction during crash recovery