diff options
author | Jim Meyering <jim@meyering.net> | 2004-04-13 09:04:58 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2004-04-13 09:04:58 +0000 |
commit | 4d8ae1beebf60ddeed86d7fc4998a8a7534dfb7e (patch) | |
tree | 03b28e3a6c7b68d84d4ee143dbf1473318ded701 /lib | |
parent | f23a172068ac406cabfb261d7fa9666560bd415e (diff) | |
download | coreutils-4d8ae1beebf60ddeed86d7fc4998a8a7534dfb7e.tar.xz |
Remove trailing blanks.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/quotearg.c | 2 | ||||
-rw-r--r-- | lib/quotearg.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/quotearg.c b/lib/quotearg.c index fe747fb0b..210ce1016 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 2bbf38d92..14dc316d7 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, |