Remove trailing white space.
authorJim Meyering <jim@meyering.net>
Fri, 26 May 1995 15:08:55 +0000 (15:08 +0000)
committerJim Meyering <jim@meyering.net>
Fri, 26 May 1995 15:08:55 +0000 (15:08 +0000)
lib/long-options.c

index c1071bf..dd7a8ca 100644 (file)
@@ -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;