1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-04-07 20:52:45 +02:00

Remove trailing blanks.

This commit is contained in:
Jim Meyering
2004-04-13 09:04:58 +00:00
parent f23a172068
commit 4d8ae1beeb
2 changed files with 2 additions and 2 deletions

View File

@@ -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;

View File

@@ -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,