Merge from coreutils.
[gnulib.git] / lib / quotearg.h
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,