From 570b8f7c9569b07a3dbedd3114af6ae691849c61 Mon Sep 17 00:00:00 2001 From: Andrew Cagney Date: Sun, 19 Jan 2003 04:06:47 +0000 Subject: 2003-01-18 Andrew Cagney * cris-tdep.c: Fix function declaration indentation. * dwarfread.c, gdbcore.h, gdbtypes.h, i386v-nat.c: Ditto. * mips-tdep.c, monitor.h, parse.c, proc-utils.h: Ditto. * rs6000-nat.c, ser-go32.c, somread.c, stabsread.c: Ditto. * symfile.h, symtab.h, target.c, target.h, value.h: Ditto. * xcoffread.c, config/pa/tm-hppa.h: Ditto. * config/sparc/tm-sp64.h, config/sparc/tm-sparc.h: Ditto. --- gdb/somread.c | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'gdb/somread.c') diff --git a/gdb/somread.c b/gdb/somread.c index 38e35b2..6ba95a6 100644 --- a/gdb/somread.c +++ b/gdb/somread.c @@ -45,11 +45,10 @@ static void som_symfile_read (struct objfile *, int); static void som_symfile_finish (struct objfile *); -static void -som_symtab_read (bfd *, struct objfile *, struct section_offsets *); +static void som_symtab_read (bfd *, struct objfile *, + struct section_offsets *); -static void -som_symfile_offsets (struct objfile *, struct section_addr_info *); +static void som_symfile_offsets (struct objfile *, struct section_addr_info *); /* FIXME: These should really be in a common header somewhere */ -- cgit v1.1