1
0
mirror of https://github.com/postgres/postgres.git synced 2025-05-05 09:19:17 +03:00

Fix indentation.

Commit 99aeb84703177308c1541e2d11c09fdc59acb724 wasn't fully
reindented prior to commit.
This commit is contained in:
Robert Haas 2025-03-17 16:05:35 -04:00
parent 7e05df430b
commit 203c1b4cc4

View 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)