* libiberty.h: Fix indentation.

From-SVN: r97196
This commit is contained in:
Ian Lance Taylor 2005-03-29 18:35:07 +00:00 committed by Ian Lance Taylor
parent 3ce66cf1b1
commit 0fd20f3614
2 changed files with 5 additions and 1 deletions

View 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>.

View 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.