From e6c774b42adff3c63cb512132d9a7c40ca99be72 Mon Sep 17 00:00:00 2001 From: Kazu Hirata Date: Tue, 17 Oct 2000 20:21:45 +0000 Subject: 2000-10-17 Kazu Hirata * debug.c: Fix formatting. * depend.c: Likewise. * dwarf2dbg.c: Likewise. * dwarf2dbg.h: Likewise. * ecoff.c: Likewise. * expr.c: Likewise. * expr.h: Likewise. * flonum-konst.c: Likewise. * frags.h: Likewise. --- gas/expr.h | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'gas/expr.h') diff --git a/gas/expr.h b/gas/expr.h index d312885..d63ab7f 100644 --- a/gas/expr.h +++ b/gas/expr.h @@ -39,8 +39,7 @@ NOTE: This enumeration must match the op_rank array in expr.c. */ -typedef enum -{ +typedef enum { /* An illegal expression. */ O_illegal, /* A nonexistent expression. */ @@ -111,8 +110,7 @@ typedef enum O_max } operatorT; -typedef struct expressionS -{ +typedef struct expressionS { /* The main symbol. */ symbolS *X_add_symbol; /* The second symbol, if needed. */ -- cgit v1.1