summaryrefslogtreecommitdiff
path: root/source/lib/getopt.c
diff options
context:
space:
mode:
Diffstat (limited to 'source/lib/getopt.c')
-rw-r--r--source/lib/getopt.c13
1 files changed, 7 insertions, 6 deletions
diff --git a/source/lib/getopt.c b/source/lib/getopt.c
index 58da29a6900..cc9798429da 100644
--- a/source/lib/getopt.c
+++ b/source/lib/getopt.c
@@ -22,7 +22,7 @@
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
-
+
/* This tells Alpha OSF/1 not to define a getopt prototype in <stdio.h>.
Ditto for AIX 3.2 and <stdlib.h>. */
#ifndef _NO_PROTO
@@ -140,7 +140,7 @@ static enum
/* Value of POSIXLY_CORRECT environment variable. */
static char *posixly_correct;
-
+
#ifdef __GNU_LIBRARY__
/* We want to avoid inclusion of string.h with non-GNU libraries
because there are many ways it can cause trouble.
@@ -182,7 +182,7 @@ extern int strlen (const char *);
#endif /* __GNUC__ */
#endif /* not __GNU_LIBRARY__ */
-
+
/* Handle permutation of arguments. */
/* Describe the part of ARGV that contains non-options that have
@@ -292,7 +292,7 @@ _getopt_initialize (optstring)
return optstring;
}
-
+
/* Scan elements of ARGV (whose length is ARGC) for option characters
given in OPTSTRING.
@@ -674,7 +674,7 @@ getopt_long (argc, argv, options, long_options, opt_index)
}
#endif /* _LIBC or not __GNU_LIBRARY__. */
-
+
#ifdef TEST
/* Compile with -DTEST to make an executable for use in testing
@@ -747,5 +747,6 @@ main (argc, argv)
#endif /* TEST */
#else /* HAVE_GETOPT_LONG */
-void getopt_dummy(void) {}
+ void getopt_dummy(void) {}
#endif
+