Skip to content

Commit bcf0738

Browse files
committed
Indentation tweak.
1 parent 8749ec6 commit bcf0738

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

options.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -2563,7 +2563,7 @@ char *safe_arg(const char *opt, const char *arg)
25632563
if (escape_leading_tilde)
25642564
*t++ = '\\';
25652565
while (*f) {
2566-
if (*f == '\\') {
2566+
if (*f == '\\') {
25672567
if (!is_filename_arg || !strchr(WILD_CHARS, f[1]))
25682568
*t++ = '\\';
25692569
} else if (strchr(escapes, *f))

0 commit comments

Comments
 (0)