* addr2line.c: Fix formatting.

* ar.c: Likewise.
	* arsup.c: Likewise.
	* arsup.h: Likewise.
	* binemul.c: Likewise.
	* binemul.h: Likewise.
	* bucomm.c: Likewise.
	* coffdump.c: Likewise.
	* coffgrok.c: Likewise.
	* coffgrok.h: Likewise.
This commit is contained in:
Kazu Hirata
2002-05-19 16:17:54 +00:00
parent d13351445b
commit f462a9ea21
11 changed files with 82 additions and 69 deletions

View File

@@ -18,7 +18,7 @@ along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
struct list {
char *name;
char *name;
struct list *next;
};