From: Wayne Davison Date: Tue, 26 May 2020 06:33:11 +0000 (-0700) Subject: Get indent right. X-Git-Tag: v3.2.0pre1~92 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=23a37ecac4bba997948fa30e72eb4aa8e317e394;p=thirdparty%2Frsync.git Get indent right. --- diff --git a/options.c b/options.c index 09dc5f22..04b84a72 100644 --- 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)