summaryrefslogtreecommitdiff
path: root/lib/quotearg.h
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2004-04-13 09:04:58 +0000
committerJim Meyering <jim@meyering.net>2004-04-13 09:04:58 +0000
commit4d8ae1beebf60ddeed86d7fc4998a8a7534dfb7e (patch)
tree03b28e3a6c7b68d84d4ee143dbf1473318ded701 /lib/quotearg.h
parentf23a172068ac406cabfb261d7fa9666560bd415e (diff)
downloadcoreutils-4d8ae1beebf60ddeed86d7fc4998a8a7534dfb7e.tar.xz
Remove trailing blanks.
Diffstat (limited to 'lib/quotearg.h')
-rw-r--r--lib/quotearg.h2
1 files changed, 1 insertions, 1 deletions
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,