diff options
author | Robert Haas | 2024-03-04 19:37:13 +0000 |
---|---|---|
committer | Robert Haas | 2024-03-04 19:37:35 +0000 |
commit | dd7ea37c435e10f9c5aa3fb257a05c08814a4ad2 (patch) | |
tree | 5e2b686f79626a23c9603faef36c08b4ec740729 /src/backend/backup/basebackup_incremental.c | |
parent | d75c4027b6f260f2045b162017567aeeb909b056 (diff) |
Fix pgindent damage.
Apparently, I neglected to pgindent the prior commit.
Per buildfarm.
Diffstat (limited to 'src/backend/backup/basebackup_incremental.c')
-rw-r--r-- | src/backend/backup/basebackup_incremental.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/backend/backup/basebackup_incremental.c b/src/backend/backup/basebackup_incremental.c index a8f2e72e7b1..ebc41f28be5 100644 --- a/src/backend/backup/basebackup_incremental.c +++ b/src/backend/backup/basebackup_incremental.c @@ -778,8 +778,8 @@ GetFileBackupMethod(IncrementalBackupInfo *ib, const char *path, } /* - * Look up the special block reference table entry for the database as - * a whole. + * Look up the special block reference table entry for the database as a + * whole. */ rlocator.spcOid = spcoid; rlocator.dbOid = dboid; |