Minor indentation fix to libiberty.h

Ian Lance Taylor ian@airs.com
Tue Mar 29 18:38:00 GMT 2005


I'm committing this minor indentation fix to libiberty.h.

Ian


2005-03-29  Ian Lance Taylor  <ian@airs.com>

	* libiberty.h: Fix indentation.


Index: libiberty.h
===================================================================
RCS file: /cvs/gcc/gcc/include/libiberty.h,v
retrieving revision 1.47
diff -u -r1.47 libiberty.h
--- libiberty.h	29 Mar 2005 02:08:46 -0000	1.47
+++ libiberty.h	29 Mar 2005 18:33:42 -0000
@@ -454,7 +454,7 @@
 
 /* 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.



More information about the Gcc-patches mailing list