From: Jim Meyering Date: Fri, 26 May 1995 15:08:55 +0000 (+0000) Subject: Remove trailing white space. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=097ec10620b20c1ebc1e4403afbebd1af1b276e7;p=pspp Remove trailing white space. --- diff --git a/lib/long-options.c b/lib/long-options.c index c1071bfaf7..dd7a8ca148 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;