]> git.ipfire.org Git - thirdparty/rsync.git/commitdiff
Indentation tweak.
authorWayne Davison <wayne@opencoder.net>
Tue, 5 Nov 2024 19:20:17 +0000 (11:20 -0800)
committerWayne Davison <wayne@opencoder.net>
Tue, 5 Nov 2024 19:20:17 +0000 (11:20 -0800)
options.c

index fd674754cd5e4992b05050d69c092cf207979c91..578507c6e9cdcb8f76cec93de08ffaddf8279b70 100644 (file)
--- 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))