From 1f020b178664857b0e107778d04fb971a58e6230 Mon Sep 17 00:00:00 2001 From: Bernhard Reutner-Fischer Date: Wed, 23 Jul 2008 11:23:36 +0000 Subject: - trim any trailing whitespace --- libc/unistd/getopt-susv3.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libc/unistd/getopt-susv3.c') diff --git a/libc/unistd/getopt-susv3.c b/libc/unistd/getopt-susv3.c index 73d7a7e38..c22dd9ffb 100644 --- a/libc/unistd/getopt-susv3.c +++ b/libc/unistd/getopt-susv3.c @@ -84,7 +84,7 @@ int getopt(int argc, char * const argv[], const char *optstring) retval = '?'; goto BAD; } - + if (s[1] == ':') { /* Option takes an arg? */ if (o[1]) { /* No space between option and arg? */ optarg = (char *)(o + 1); -- cgit v1.2.3