Reindent pg_verifybackup.c.
authorRobert Haas <[email protected]>
Fri, 27 Sep 2024 15:14:31 +0000 (11:14 -0400)
committerRobert Haas <[email protected]>
Fri, 27 Sep 2024 15:14:31 +0000 (11:14 -0400)
src/bin/pg_verifybackup/pg_verifybackup.c

index b8c94ada5a03020a88e3a8b5181e9d4adfb7ca18..a9d41a6b8389dc83b40fcf9635f55e99ee285625 100644 (file)
@@ -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')
        {