diff options
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. */ |