From: Wayne Davison Date: Tue, 5 Nov 2024 19:20:17 +0000 (-0800) Subject: Indentation tweak. X-Git-Tag: v3.4.0~35 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=bcf0738f9827d1bd9d49b84192f402928706c518;p=thirdparty%2Frsync.git Indentation tweak. --- diff --git a/options.c b/options.c index fd674754..578507c6 100644 --- a/options.c +++ b/options.c @@ -2563,7 +2563,7 @@ char *safe_arg(const char *opt, const char *arg) if (escape_leading_tilde) *t++ = '\\'; while (*f) { - if (*f == '\\') { + if (*f == '\\') { if (!is_filename_arg || !strchr(WILD_CHARS, f[1])) *t++ = '\\'; } else if (strchr(escapes, *f))