remove trailing blanks
authorJim Meyering <jim@meyering.net>
Tue, 23 Nov 2004 21:43:14 +0000 (21:43 +0000)
committerJim Meyering <jim@meyering.net>
Tue, 23 Nov 2004 21:43:14 +0000 (21:43 +0000)
lib/getopt_.h

index 83ac8b12844b8d9e4d7d0170c080e8ea4ddc40a1..81612a5dbe6b213e9ccea4bdb76bd206b88517f0 100644 (file)
    but it caused redefinition warnings if both unistd.h and getopt.h were
    included, since unistd.h includes getopt.h having previously defined
    __need_getopt.
-   
+
    The only place where __getopt_argv_const is used is in definitions
    of getopt_long and getopt_long_only below, but these are visible
    only if __need_getopt is not defined, so it is quite safe to rewrite
    the conditional as follows:
 */
 #if !defined __need_getopt
-# if defined __GETOPT_PREFIX 
+# if defined __GETOPT_PREFIX
 #  define __getopt_argv_const /* empty */
 # else
 #  define __getopt_argv_const const