Fix indentation.

Commit 99aeb84703 wasn't fully
reindented prior to commit.
pull/207/head
Robert Haas 3 months ago
parent 7e05df430b
commit 203c1b4cc4
  1. 5
      src/bin/pg_combinebackup/copy_file.c

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

Loading…
Cancel
Save