From cddbdf5b928c68ab71b40c950b9f01ea68a9fbdb Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Mon, 29 Aug 2011 10:19:43 +0000 Subject: run indent twice, it alternates between two 'canonical' forms, also run whitespace remover --- src/util/getopt.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/util/getopt.c') diff --git a/src/util/getopt.c b/src/util/getopt.c index eb79db757..d48183b2a 100644 --- a/src/util/getopt.c +++ b/src/util/getopt.c @@ -609,16 +609,16 @@ GN_getopt_internal (int argc, char *const *argv, const char *optstring, /* Decode the current option-ARGV-element. */ /* Check whether the ARGV-element is a long option. - * + * * If long_only and the ARGV-element has the form "-f", where f is * a valid short option, don't consider it an abbreviated form of * a long option that starts with f. Otherwise there would be no * way to give the -f short option. - * + * * On the other hand, if there's a long option "fubar" and * the ARGV-element is "-fu", do consider that an abbreviation of * the long option, just like "--fu", and not "-f" with arg "u". - * + * * This distinction seems to be the most useful approach. */ if (longopts != NULL && -- cgit v1.2.3