summaryrefslogtreecommitdiff
path: root/support/getopt1.c
diff options
context:
space:
mode:
Diffstat (limited to 'support/getopt1.c')
-rw-r--r--support/getopt1.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/support/getopt1.c b/support/getopt1.c
index 4aa8de6..f60f121 100644
--- a/support/getopt1.c
+++ b/support/getopt1.c
@@ -16,7 +16,7 @@
License along with the GNU C Library; see the file COPYING.LIB. If not,
write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA. */
-
+
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
@@ -91,7 +91,7 @@ getopt_long_only (argc, argv, options, long_options, opt_index)
#endif /* Not ELIDE_CODE. */
-
+
#ifdef TEST
#include <stdio.h>