From: Jim Meyering Date: Tue, 13 Apr 2004 09:04:58 +0000 (+0000) Subject: Remove trailing blanks. X-Git-Tag: v5.3.0~1796 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4d8ae1beebf60ddeed86d7fc4998a8a7534dfb7e;p=thirdparty%2Fcoreutils.git Remove trailing blanks. --- diff --git a/lib/quotearg.c b/lib/quotearg.c index fe747fb0b9..210ce1016d 100644 --- a/lib/quotearg.c +++ b/lib/quotearg.c @@ -449,7 +449,7 @@ quotearg_buffer_restyled (char *buffer, size_t buffersize, goto use_shell_always_quoting_style; } } - + if (! iswprint (w)) printable = 0; m += bytes; diff --git a/lib/quotearg.h b/lib/quotearg.h index 2bbf38d92a..14dc316d74 100644 --- a/lib/quotearg.h +++ b/lib/quotearg.h @@ -29,7 +29,7 @@ enum quoting_style { /* Output names as-is (ls --quoting-style=literal). */ literal_quoting_style, - + /* Quote names for the shell if they contain shell metacharacters or would cause ambiguous output (ls --quoting-style=shell). */ shell_quoting_style,