* libiberty.h: Fix indentation.
authorIan Lance Taylor <ian@airs.com>
Tue, 29 Mar 2005 18:35:07 +0000 (18:35 +0000)
committerIan Lance Taylor <ian@gcc.gnu.org>
Tue, 29 Mar 2005 18:35:07 +0000 (18:35 +0000)
From-SVN: r97196

include/ChangeLog
include/libiberty.h

index cc6700d699405a6b25d4fc9b35b57116b7b649ed..a4ebee08f75adb1a16a51b2bb98cc0858cd15a3e 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 1bdf0ce8f7251b1be9d01eb6b985cc7946d315b8..eb5633b26ec26257dc66c47a832d2e07a9aa2e2c 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.