diff options
author | Roland McGrath <roland@gnu.org> | 2005-09-27 21:45:41 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2005-09-27 21:45:41 +0000 |
commit | 77ff369f274b3f3caceaef468e23da2fa953b7ab (patch) | |
tree | ecbc3d45adc242ff50ae56a74e428aac8687a9b5 /argp/argp-eexst.c | |
parent | cae6ebb2c9d01846d4f5085590dd5c0893825773 (diff) | |
download | glibc-77ff369f274b3f3caceaef468e23da2fa953b7ab.tar.gz |
2005-09-21 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
* argp/argp-fmtstream.h [HAVE_CONFIG_H]: Do not #include <config.h>.
* argp/argp-eexst.c, argp/argp-fmtstream.c, argp/argp-fs-xinl.c,
argp/argp-xinl.c: Fix up whitespace.
Diffstat (limited to 'argp/argp-eexst.c')
-rw-r--r-- | argp/argp-eexst.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/argp/argp-eexst.c b/argp/argp-eexst.c index 151f89a1c0..84df089e03 100644 --- a/argp/argp-eexst.c +++ b/argp/argp-eexst.c @@ -19,7 +19,7 @@ 02111-1307 USA. */ #ifdef HAVE_CONFIG_H -#include <config.h> +# include <config.h> #endif #include <sysexits.h> |