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] symmisc.c: whitespace fixes


Hi,

fyi, committed.

2012-12-04  Doug Evans  <dje@google.com>

	* symmisc.c: Whitespace fixes.

Index: symmisc.c
===================================================================
RCS file: /cvs/src/src/gdb/symmisc.c,v
retrieving revision 1.87
diff -u -p -r1.87 symmisc.c
--- symmisc.c	12 Nov 2012 17:14:55 -0000	1.87
+++ symmisc.c	4 Dec 2012 23:04:14 -0000
@@ -698,8 +698,8 @@ maintenance_print_objfiles (char *ignore
       }
 }
 
-
 /* List all the symbol tables whose names match REGEXP (optional).  */
+
 void
 maintenance_info_symtabs (char *regexp, int from_tty)
 {
@@ -777,6 +777,7 @@ block_depth (struct block *block)
 
 
 /* Do early runtime initializations.  */
+
 void
 _initialize_symmisc (void)
 {


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