pgsql: Fix indentation in twophase.c - Mailing list pgsql-committers

From Michael Paquier
Subject pgsql: Fix indentation in twophase.c
Date
Msg-id E1qLctl-0003Le-6D@gemulon.postgresql.org
Whole thread Raw
List 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_12_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/410a0d6bdad283cc086fa05429cb53d178c62a99

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


pgsql-committers by date:

Previous
From: Michael Paquier
Date:
Subject: pgsql: Fix recovery of 2PC transaction during crash recovery
Next
From: Tom Lane
Date:
Subject: pgsql: Doc: fix out-of-date example of SPI usage.