diff options
author | obrien <obrien@FreeBSD.org> | 2002-01-27 13:09:36 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2002-01-27 13:09:36 +0000 |
commit | f57b42ad43101fd72bacc8270d2ddb0cd6265912 (patch) | |
tree | ebea3894a1a84017fd2079b41ead8322b094d496 /gnu | |
parent | c78e4b66195a727d9a962f5b1656d22be5767183 (diff) | |
download | FreeBSD-src-f57b42ad43101fd72bacc8270d2ddb0cd6265912.zip FreeBSD-src-f57b42ad43101fd72bacc8270d2ddb0cd6265912.tar.gz |
Style fix.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/usr.bin/binutils/libiberty/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.bin/binutils/libiberty/Makefile b/gnu/usr.bin/binutils/libiberty/Makefile index add6406..febde5b 100644 --- a/gnu/usr.bin/binutils/libiberty/Makefile +++ b/gnu/usr.bin/binutils/libiberty/Makefile @@ -7,8 +7,8 @@ LIB= iberty SRCS= argv.c choose-temp.c concat.c cp-demangle.c cplus-dem.c \ dyn-string.c getopt.c getopt1.c getpwd.c getruntime.c \ - hex.c floatformat.c hashtab.c lbasename.c make-temp-file.c objalloc.c obstack.c safe-ctype.c \ - xatexit.c xexit.c xmalloc.c \ + hex.c floatformat.c hashtab.c lbasename.c make-temp-file.c \ + objalloc.c obstack.c safe-ctype.c xatexit.c xexit.c xmalloc.c \ xstrdup.c xstrerror.c .if defined(BOOTSTRAPPING) SRCS+= basename.c |