aboutsummaryrefslogtreecommitdiffstats
path: root/wsutil
diff options
context:
space:
mode:
authorGraham Bloice <graham.bloice@trihedral.com>2015-05-16 15:10:53 +0100
committerGraham Bloice <graham.bloice@trihedral.com>2015-05-16 14:16:54 +0000
commit63295df6554a724cfa342cfbc299ee45807cd5ab (patch)
tree577f02d062799be5dbe7f2bd9708633abe58437b /wsutil
parent85f38f9f75a3c7a41d78ec953ebc23f6439ea426 (diff)
Remove odd characters
Change-Id: Ie861badb555e235199549ee27ca374feb6356be6 Reviewed-on: https://code.wireshark.org/review/8482 Reviewed-by: Graham Bloice <graham.bloice@trihedral.com>
Diffstat (limited to 'wsutil')
-rw-r--r--wsutil/wsgetopt.c9
1 files changed, 4 insertions, 5 deletions
diff --git a/wsutil/wsgetopt.c b/wsutil/wsgetopt.c
index 1967cc17a6..eac72d5af4 100644
--- a/wsutil/wsgetopt.c
+++ b/wsutil/wsgetopt.c
@@ -23,7 +23,7 @@
License along with the GNU C Library; if not, write to the Free Software
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 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
@@ -143,7 +143,6 @@ int optopt = '?';
static struct _getopt_data getopt_data;
-
#ifndef __GNU_LIBRARY__
/* Avoid depending on library functions or files
@@ -154,7 +153,7 @@ extern char *getenv ();
#endif
#endif /* not __GNU_LIBRARY__ */
-
+
#ifdef _LIBC
/* Stored original parameters.
XXX This is no good solution. We should rather copy the args so
@@ -338,7 +337,7 @@ _getopt_initialize (int argc, char *const *argv, const char *optstring,
return optstring;
}
-
+
/* Scan elements of ARGV (whose length is ARGC) for option characters
given in OPTSTRING.
@@ -1223,7 +1222,7 @@ __posix_getopt (int argc, char *const *argv, const char *optstring)
#endif
#endif /* Not ELIDE_CODE. */
-
+
#ifdef TEST
/* Compile with -DTEST to make an executable for use in testing