aboutsummaryrefslogtreecommitdiff
path: root/include/libiberty.h
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>2005-03-29 18:35:07 +0000
committerIan Lance Taylor <ian@airs.com>2005-03-29 18:35:07 +0000
commit96c5169a115a9115aa825aa491daf3172a4bcdd3 (patch)
treed5c026cebc58c703bb3c6418201d1636e97a60bb /include/libiberty.h
parente0f5de579e9e10e970a9fe440f8fa999e6228432 (diff)
* libiberty.h: Fix indentation.
git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@97196 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'include/libiberty.h')
-rw-r--r--include/libiberty.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/libiberty.h b/include/libiberty.h
index 1bdf0ce8f72..eb5633b26ec 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.