pgsql: Fix indentation.

From: Robert Haas <rhaas(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix indentation.
Date: 2025-03-17 20:06:58
Message-ID: E1tuGji-002ynu-0R@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix indentation.

Commit 99aeb84703177308c1541e2d11c09fdc59acb724 wasn't fully
reindented prior to commit.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/203c1b4cc49455364b6bcab8034900d1c016b9cd

Modified Files
--------------
src/bin/pg_combinebackup/copy_file.c | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Nathan Bossart 2025-03-17 20:58:23 pgsql: Add commit 203c1b4cc4 to .git-blame-ignore-revs.
Previous Message Nathan Bossart 2025-03-17 18:18:46 pgsql: pg_upgrade: Remove some dead code.