diff options
author | Jim Meyering <jim@meyering.net> | 1995-05-26 15:08:55 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1995-05-26 15:08:55 +0000 |
commit | 4d00132265538f4523736ce6e97e0c3afdea59df (patch) | |
tree | d1663712f938ce197864274c3c038020399c6cc6 /lib | |
parent | 0be7c19204998923793aff7b45722b8fee3ff1d1 (diff) | |
download | coreutils-4d00132265538f4523736ce6e97e0c3afdea59df.tar.xz |
Remove trailing white space.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/long-options.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/long-options.c b/lib/long-options.c index c1071bfaf..dd7a8ca14 100644 --- a/lib/long-options.c +++ b/lib/long-options.c @@ -64,7 +64,7 @@ parse_long_options (argc, argv, command_name, version_string, usage) case 'v': printf ("%s - %s\n", command_name, version_string); exit (0); - + default: /* Don't process any other long-named options. */ break; |