This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[commit] mdebugread.c, parse_partial_symbols, fix indent.


Committed.

2011-03-02  Michael Snyder  <msnyder@vmware.com>

	* mdebugread.c (parse_partial_symbols): Fix indent.

Index: mdebugread.c
===================================================================
RCS file: /cvs/src/src/gdb/mdebugread.c,v
retrieving revision 1.119
diff -u -p -r1.119 mdebugread.c
--- mdebugread.c	26 Feb 2011 02:07:08 -0000	1.119
+++ mdebugread.c	2 Mar 2011 23:53:19 -0000
@@ -2897,7 +2897,7 @@ parse_partial_symbols (struct objfile *o
 
 		  case N_ABS | N_EXT:
 		  record_it:
-		  continue;
+		    continue;
 
 		  /* Standard, local, non-debugger, symbols.  */
 

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]