merge from gcc
authorDJ Delorie <dj@redhat.com>
Tue, 29 Mar 2005 19:32:15 +0000 (19:32 +0000)
committerDJ Delorie <dj@redhat.com>
Tue, 29 Mar 2005 19:32:15 +0000 (19:32 +0000)
include/ChangeLog
include/libiberty.h

index dc5492c..9881787 100644 (file)
@@ -1,3 +1,7 @@
+2005-03-29  Ian Lance Taylor  <ian@airs.com>
+
+       * libiberty.h: Fix indentation.
+
 2005-03-28  Ian Lance Taylor  <ian@airs.com>
 
        * libiberty.h: Include <stdio.h>.
index 1bdf0ce..eb5633b 100644 (file)
@@ -454,7 +454,7 @@ extern int pex_get_times (struct pex_obj *, int count,
 
 /* Clean up a pex_obj.  */
 
-  extern void pex_free (struct pex_obj *);
+extern void pex_free (struct pex_obj *);
 
 /* Just execute one program.  Return value is as for pex_run.
    FLAGS       Combination of PEX_SEARCH and PEX_STDERR_TO_STDOUT.