From 203c1b4cc49455364b6bcab8034900d1c016b9cd Mon Sep 17 00:00:00 2001 From: Robert Haas Date: Mon, 17 Mar 2025 16:05:35 -0400 Subject: [PATCH] Fix indentation. Commit 99aeb84703177308c1541e2d11c09fdc59acb724 wasn't fully reindented prior to commit. --- src/bin/pg_combinebackup/copy_file.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/bin/pg_combinebackup/copy_file.c b/src/bin/pg_combinebackup/copy_file.c index 97ecda5a66d..b0c94f6ee31 100644 --- a/src/bin/pg_combinebackup/copy_file.c +++ b/src/bin/pg_combinebackup/copy_file.c @@ -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)