aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>2005-03-29 18:35:07 +0000
committerIan Lance Taylor <ian@gcc.gnu.org>2005-03-29 18:35:07 +0000
commit0fd20f3614a8a6861d73368570c8f03d73dc7317 (patch)
treed5c026cebc58c703bb3c6418201d1636e97a60bb /include
parent3ce66cf1b1c7615960d41e61f247d7deff1b2c0e (diff)
downloadgcc-0fd20f3614a8a6861d73368570c8f03d73dc7317.zip
gcc-0fd20f3614a8a6861d73368570c8f03d73dc7317.tar.gz
gcc-0fd20f3614a8a6861d73368570c8f03d73dc7317.tar.bz2
* libiberty.h: Fix indentation.
From-SVN: r97196
Diffstat (limited to 'include')
-rw-r--r--include/ChangeLog4
-rw-r--r--include/libiberty.h2
2 files changed, 5 insertions, 1 deletions
diff --git a/include/ChangeLog b/include/ChangeLog
index cc6700d..a4ebee0 100644
--- a/include/ChangeLog
+++ b/include/ChangeLog
@@ -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>.
diff --git a/include/libiberty.h b/include/libiberty.h
index 1bdf0ce..eb5633b 100644
--- a/include/libiberty.h
+++ b/include/libiberty.h
@@ -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.