From 7f7474a8e4002ac9fd4979cc7b16b50b70b70c28 Mon Sep 17 00:00:00 2001 From: Robert Haas Date: Fri, 27 Sep 2024 11:14:31 -0400 Subject: [PATCH] Reindent pg_verifybackup.c. --- src/bin/pg_verifybackup/pg_verifybackup.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/bin/pg_verifybackup/pg_verifybackup.c b/src/bin/pg_verifybackup/pg_verifybackup.c index b8c94ada5a..a9d41a6b83 100644 --- a/src/bin/pg_verifybackup/pg_verifybackup.c +++ b/src/bin/pg_verifybackup/pg_verifybackup.c @@ -331,8 +331,8 @@ main(int argc, char **argv) } /* - * XXX: In the future, we should consider enhancing pg_waldump to read - * WAL files from an archive. + * XXX: In the future, we should consider enhancing pg_waldump to read WAL + * files from an archive. */ if (!no_parse_wal && context.format == 't') {