OSDN Git Service

- trim any trailing whitespace
[uclinux-h8/uClibc.git] / libc / unistd / getopt-susv3.c
index 73d7a7e..c22dd9f 100644 (file)
@@ -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);