diff options
author | Kazu Hirata <kazu@codesourcery.com> | 2000-12-14 01:12:43 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@codesourcery.com> | 2000-12-14 01:12:43 +0000 |
commit | ee515fb7fafdcd3412526db6d6c2e1d70b8aa8e9 (patch) | |
tree | c7f7a3809bc82839d157b6b508c5782e3193713a /gas/cgen.h | |
parent | 2000-12-13 Ben Elliston <bje@redhat.com> (diff) | |
download | binutils-gdb-ee515fb7fafdcd3412526db6d6c2e1d70b8aa8e9.tar.gz binutils-gdb-ee515fb7fafdcd3412526db6d6c2e1d70b8aa8e9.tar.bz2 binutils-gdb-ee515fb7fafdcd3412526db6d6c2e1d70b8aa8e9.zip |
2000-12-13 Kazu Hirata <kazu@hxi.com>
* as.h: Fix formatting.
* cgen.h: Likewise.
* dwarf2dbg.c: Likewise.
* input-scrub.c: Likewise.
* read.h: Likewise.
Diffstat (limited to 'gas/cgen.h')
-rw-r--r-- | gas/cgen.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gas/cgen.h b/gas/cgen.h index 4527bcad605..edf1637b543 100644 --- a/gas/cgen.h +++ b/gas/cgen.h @@ -31,8 +31,7 @@ extern CGEN_CPU_DESC gas_cgen_cpu_desc; #endif /* Struct defining result of gas_cgen_finish_insn. */ -typedef struct -{ +typedef struct { /* frag containing the insn */ fragS * frag; /* Address of insn in frag. */ |