diff options
author | Robert Haas | 2024-09-27 15:14:31 +0000 |
---|---|---|
committer | Robert Haas | 2024-09-27 15:14:31 +0000 |
commit | 7f7474a8e4002ac9fd4979cc7b16b50b70b70c28 (patch) | |
tree | b82a8eca1ea0cc31043f2e9aaeabb1f31df470a9 | |
parent | 8dfd3129027969fdd2d9d294220c867d2efd84aa (diff) |
Reindent pg_verifybackup.c.
-rw-r--r-- | src/bin/pg_verifybackup/pg_verifybackup.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/bin/pg_verifybackup/pg_verifybackup.c b/src/bin/pg_verifybackup/pg_verifybackup.c index b8c94ada5a0..a9d41a6b838 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') { |