Remove trailing blanks.
authorJim Meyering <jim@meyering.net>
Tue, 13 Apr 2004 09:04:58 +0000 (09:04 +0000)
committerJim Meyering <jim@meyering.net>
Tue, 13 Apr 2004 09:04:58 +0000 (09:04 +0000)
lib/quotearg.c
lib/quotearg.h

index fe747fb..210ce10 100644 (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;
index 2bbf38d..14dc316 100644 (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,