From bcf0738f9827d1bd9d49b84192f402928706c518 Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Tue, 5 Nov 2024 11:20:17 -0800 Subject: [PATCH] Indentation tweak. --- options.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)) -- 2.47.2