diff options
author | ian <ian@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-03-29 18:35:07 +0000 |
---|---|---|
committer | ian <ian@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-03-29 18:35:07 +0000 |
commit | c7df38d712b8a6bb5ab193ad571625eaa9e62196 (patch) | |
tree | d5c026cebc58c703bb3c6418201d1636e97a60bb /include | |
parent | f8e9b8a87eea9c18df21fc343800660cac38053f (diff) | |
download | gcc-c7df38d712b8a6bb5ab193ad571625eaa9e62196.tar.gz |
* libiberty.h: Fix indentation.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@97196 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'include')
-rw-r--r-- | include/ChangeLog | 4 | ||||
-rw-r--r-- | include/libiberty.h | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/include/ChangeLog b/include/ChangeLog index cc6700d6994..a4ebee08f75 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 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. |