Fix indentation.
authorRobert Haas <[email protected]>
Mon, 17 Mar 2025 20:05:35 +0000 (16:05 -0400)
committerRobert Haas <[email protected]>
Mon, 17 Mar 2025 20:06:17 +0000 (16:06 -0400)
Commit 99aeb84703177308c1541e2d11c09fdc59acb724 wasn't fully
reindented prior to commit.

src/bin/pg_combinebackup/copy_file.c

index 97ecda5a66dddf88290bb0384ebc2d96a4cf77be..b0c94f6ee311bad9547ce0e02fdc3cf1426e76bf 100644 (file)
@@ -72,9 +72,10 @@ copy_file(const char *src, const char *dst,
    }
 
 #ifdef WIN32
+
    /*
-    * We have no specific switch to enable CopyFile on Windows, because
-    * it's supported (as far as we know) on all Windows machines. So,
+    * We have no specific switch to enable CopyFile on Windows, because it's
+    * supported (as far as we know) on all Windows machines. So,
     * automatically enable it unless some other strategy was selected.
     */
    if (copy_method == COPY_METHOD_COPY)