summaryrefslogtreecommitdiff
path: root/gas/cond.c
diff options
context:
space:
mode:
authorKazu Hirata <kazu@codesourcery.com>2000-10-11 20:24:32 +0000
committerKazu Hirata <kazu@codesourcery.com>2000-10-11 20:24:32 +0000
commit449c62fe1051f126194b347e6bc573e4ff200595 (patch)
tree30f80d9347fb3e7d796ba8466dfa0445c9ead6e3 /gas/cond.c
parentbc68d0d132ee035387c9ca3f724e7bd891945f7e (diff)
downloadbinutils-redhat-449c62fe1051f126194b347e6bc573e4ff200595.tar.gz
2000-10-12 Kazu Hirata <kazu@hxi.com>
* app.c: Fix formatting. * as.c: Likewise. * as.h: Likewise. * bit_fix.h: Likewise. * cgen.c: Likewise. * cgen.h: Likewise. * cond.c: Likewise.
Diffstat (limited to 'gas/cond.c')
-rw-r--r--gas/cond.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/gas/cond.c b/gas/cond.c
index 88ab0d25df..b42da90136 100644
--- a/gas/cond.c
+++ b/gas/cond.c
@@ -28,8 +28,7 @@
scanned. */
struct obstack cond_obstack;
-struct file_line
-{
+struct file_line {
char *file;
unsigned int line;
};
@@ -37,8 +36,7 @@ struct file_line
/* We push one of these structures for each .if, and pop it at the
.endif. */
-struct conditional_frame
-{
+struct conditional_frame {
/* The source file & line number of the "if". */
struct file_line if_file_line;
/* The source file & line of the "else". */