]> git.ipfire.org Git - thirdparty/rsync.git/commitdiff
Get indent right.
authorWayne Davison <wayne@opencoder.net>
Tue, 26 May 2020 06:33:11 +0000 (23:33 -0700)
committerWayne Davison <wayne@opencoder.net>
Tue, 26 May 2020 06:33:11 +0000 (23:33 -0700)
options.c

index 09dc5f22d5990f73176d8c3192a26f7c35271d15..04b84a7201600791718009c2a083ff16784ad43f 100644 (file)
--- a/options.c
+++ b/options.c
@@ -674,7 +674,7 @@ static void print_capabilities(enum logcode f)
                int cap_len = cap ? strlen(cap) : 1000;
                int need_comma = cap && capabilities[cnt+1] != NULL ? 1 : 0;
                if (line_len + 1 + cap_len + need_comma >= (int)sizeof line_buf) {
-                       rprintf(f, "    %s\n", line_buf);
+                       rprintf(f, "   %s\n", line_buf);
                        line_len = 0;
                }
                if (!cap)