* 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

@@ -50,7 +50,7 @@ extern boolean ar_emul_default_parse_arg PARAMS ((char *));
#define AR_EMUL_REPLACE_PRINT_VERBOSE(verbose, file_name) \
do { if (verbose) printf ("r - %s\n", file_name); } while (0)
typedef struct bin_emulation_xfer_struct
typedef struct bin_emulation_xfer_struct
{
/* Print out the extra options. */
void (* ar_usage) PARAMS ((FILE *fp));
@@ -61,4 +61,4 @@ typedef struct bin_emulation_xfer_struct
}
bin_emulation_xfer_type;
#endif
#endif