From b018a4495c3520a4b62ec0ba1ba7b19a0c6062d3 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Wed, 22 Sep 2004 20:15:49 +0000 Subject: [PATCH] Remove extraneous spaces before TAB. --- lib/getopt.c | 2 +- lib/getopt_.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/getopt.c b/lib/getopt.c index 95b3604f89..92207f2bd5 100644 --- a/lib/getopt.c +++ b/lib/getopt.c @@ -3,7 +3,7 @@ "Keep this file name-space clean" means, talk to drepper@gnu.org before changing it! Copyright (C) 1987,88,89,90,91,92,93,94,95,96,98,99,2000,2001,2002,2003,2004 - Free Software Foundation, Inc. + Free Software Foundation, Inc. This file is part of the GNU C Library. This program is free software; you can redistribute it and/or modify diff --git a/lib/getopt_.h b/lib/getopt_.h index c61768c691..9774110d96 100644 --- a/lib/getopt_.h +++ b/lib/getopt_.h @@ -89,7 +89,7 @@ extern int optopt; The field `has_arg' is: no_argument (or 0) if the option does not take an argument, required_argument (or 1) if the option requires an argument, - optional_argument (or 2) if the option takes an optional argument. + optional_argument (or 2) if the option takes an optional argument. If the field `flag' is not NULL, it points to a variable that is set to the value given in the field `val' when the option is found, but -- 2.47.2