Skip to content

Commit 203c1b4

Browse files
committed
Fix indentation.
Commit 99aeb84 wasn't fully reindented prior to commit.
1 parent 7e05df4 commit 203c1b4

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/bin/pg_combinebackup/copy_file.c

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,9 +72,10 @@ copy_file(const char *src, const char *dst,
7272
}
7373

7474
#ifdef WIN32
75+
7576
/*
76-
* We have no specific switch to enable CopyFile on Windows, because
77-
* it's supported (as far as we know) on all Windows machines. So,
77+
* We have no specific switch to enable CopyFile on Windows, because it's
78+
* supported (as far as we know) on all Windows machines. So,
7879
* automatically enable it unless some other strategy was selected.
7980
*/
8081
if (copy_method == COPY_METHOD_COPY)

0 commit comments

Comments
 (0)