From dd7ea37c435e10f9c5aa3fb257a05c08814a4ad2 Mon Sep 17 00:00:00 2001 From: Robert Haas Date: Mon, 4 Mar 2024 14:37:13 -0500 Subject: Fix pgindent damage. Apparently, I neglected to pgindent the prior commit. Per buildfarm. --- src/backend/backup/basebackup_incremental.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/backend/backup/basebackup_incremental.c') 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; -- cgit v1.2.3