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

From Michael Paquier
Subject pgsql: Fix indentation in twophase.c
Date
Msg-id E1qLctl-0003Lb-5l@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_13_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/b3ca4f0a5cdb1f1d1191e71e7d65f62ac1fe05ff

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.