From 0ec2c1c8e8ec73c9bdecc54108e759a4e8ddba29 Mon Sep 17 00:00:00 2001 From: Kazu Hirata Date: Sun, 19 May 2002 16:17:54 +0000 Subject: * 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. --- binutils/binemul.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'binutils/binemul.h') diff --git a/binutils/binemul.h b/binutils/binemul.h index 412653d838..bbcb16ecd2 100644 --- a/binutils/binemul.h +++ b/binutils/binemul.h @@ -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 -- cgit v1.2.1