From 346ef029eac60b60044a551338f448d2db37ff11 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/dwarf2dbg.h | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) (limited to 'gas/dwarf2dbg.h') diff --git a/gas/dwarf2dbg.h b/gas/dwarf2dbg.h index b48135ad67..8014f624fc 100644 --- a/gas/dwarf2dbg.h +++ b/gas/dwarf2dbg.h @@ -26,14 +26,13 @@ #define DWARF2_FLAG_BEGIN_STMT (1 << 0) /* beginning of statement */ #define DWARF2_FLAG_BEGIN_BLOCK (1 << 1) /* beginning of basic block */ -struct dwarf2_line_info - { - char *filename; - unsigned int filenum; - unsigned int line; - unsigned int column; - unsigned int flags; - }; +struct dwarf2_line_info { + char *filename; + unsigned int filenum; + unsigned int line; + unsigned int column; + unsigned int flags; +}; /* Implements the .file FILENO "FILENAME" directive. FILENO can be 0 to indicate that no file number has been assigned. All real file -- cgit v1.2.1