summaryrefslogtreecommitdiff
path: root/lib/argp-parse.c
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2003-08-13 20:23:14 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2003-08-13 20:23:14 +0000
commit35b6e3c3bdaf7541e7a03d985c80c464e49d2182 (patch)
tree582d96b680413f41043385286a6cf10f78469254 /lib/argp-parse.c
parent061401997565a013b6f26004ce6342d26328fe19 (diff)
downloadgnulib-35b6e3c3bdaf7541e7a03d985c80c464e49d2182.tar.gz
Leave whitespace alone when importing, undoing that part of yesterday's
changes.
Diffstat (limited to 'lib/argp-parse.c')
-rw-r--r--lib/argp-parse.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/argp-parse.c b/lib/argp-parse.c
index c2c64dfbe2..cb8f9e1ad2 100644
--- a/lib/argp-parse.c
+++ b/lib/argp-parse.c
@@ -411,7 +411,7 @@ convert_options (const struct argp *argp,
if (children)
/* Assign GROUP's CHILD_INPUTS field some space from
- CVT->child_inputs_end.*/
+ CVT->child_inputs_end.*/
{
unsigned num_children = 0;
while (children[num_children].argp)
@@ -845,7 +845,7 @@ parser_parse_next (struct parser *parser, int *arg_ebadkey)
parser->try_getopt = 0;
if (parser->state.next > 1
&& strcmp (parser->state.argv[parser->state.next - 1], QUOTE)
- == 0)
+ == 0)
/* Not only is this the end of the options, but it's a
`quoted' region, which may have args that *look* like
options, so we definitely shouldn't try to use getopt past