From 4d8ae1beebf60ddeed86d7fc4998a8a7534dfb7e Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Tue, 13 Apr 2004 09:04:58 +0000 Subject: Remove trailing blanks. --- lib/quotearg.c | 2 +- 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, -- cgit v1.2.3-54-g00ecf