summaryrefslogtreecommitdiff
path: root/src/ls.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ls.c')
-rw-r--r--src/ls.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/ls.c b/src/ls.c
index 823d5d797..22daa8eb5 100644
--- a/src/ls.c
+++ b/src/ls.c
@@ -1683,8 +1683,7 @@ quote_filename (register const char *p, size_t *quoted_length)
}
else
{
- if (!ISPRINT (c)
- && qmark_funny_chars)
+ if (!ISPRINT (c) && qmark_funny_chars)
found_quotable = 1;
}
if (found_quotable)