remove trailing whitespace
authorDJ Delorie <dj@gcc.gnu.org>
Mon, 5 Nov 2001 01:11:12 +0000 (20:11 -0500)
committerDJ Delorie <dj@gcc.gnu.org>
Mon, 5 Nov 2001 01:11:12 +0000 (20:11 -0500)
From-SVN: r46779

libiberty/ChangeLog

index d577ef2243ee191e5b26d146dce7f16219bdd839..cd68c5b3921cb3e29232d025807cd9f94413443e 100644 (file)
@@ -35,7 +35,7 @@
        documentation.
        * fnmatch.txh: New.
        * functions.texi: Regenerate.
-       
+
 2001-10-10  Joseph S. Myers  <jsm28@cam.ac.uk>
 
        * bcmp.c, setenv.c: Use "nonzero" instead of "non-zero".
        * configure.in: Don't use in-tree texinfo, because libiberty must
        be built before it.  Check for makeinfo version 4 or higher.
        * functions.texi: Regenerate.
-       
+
 2001-09-20  DJ Delorie  <dj@redhat.com>
            Phil Edwards  <pedwards@disaster.jaj.com>
-       
+
        * configure.in (MAKEINFO, PERL): Detect these.
        (--enable-maintainer-mode): Add.
        * configure: Regenerate.
        tmpnam.c, vfork.c, vprintf.c, waitpid.c, xatexit.c, xexit.c,
        xmalloc.c, xmemdup.c, xstrdup.c, xstrerror.c: Add or update
        documentation.
-       
+
 2001-09-25  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
 
        * concat.c (reconcat): Fix for traditional C.
 
        * asprintf.c: Don't define USE_STDARG.  Use VPARAMS, VA_OPEN,
        VA_FIXEDARG & VA_CLOSE.
-       
+
        * vasprintf.c: Check HAVE_STRING_H when including string.h.
        (checkit): Delete redundant prototype.  Add ATTRIBUTE_PRINTF_1.
        Use VA_OPEN, VA_FIXEDARG & VA_CLOSE.  Free allocated string.