Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
* [ob] symfile.c (symbol_file_clear): Fix indentation.
@ 2009-04-07 20:45 Doug Evans
  0 siblings, 0 replies; only message in thread
From: Doug Evans @ 2009-04-07 20:45 UTC (permalink / raw)
  To: gdb-patches

Hi.

Checked in as obvious.

2009-04-07  Doug Evans  <dje@google.com>

	* symfile.c (symbol_file_clear): Fix indentation.

Index: symfile.c
===================================================================
RCS file: /cvs/src/src/gdb/symfile.c,v
retrieving revision 1.223
diff -u -p -u -p -r1.223 symfile.c
--- symfile.c	22 Mar 2009 17:32:16 -0000	1.223
+++ symfile.c	7 Apr 2009 20:42:05 -0000
@@ -1155,17 +1155,17 @@ symbol_file_clear (int from_tty)
 		    symfile_objfile->name)
 	  : !query (_("Discard symbol table? "))))
     error (_("Not confirmed."));
-    free_all_objfiles ();
 
-    /* solib descriptors may have handles to objfiles.  Since their
-       storage has just been released, we'd better wipe the solib
-       descriptors as well.
-     */
-    no_shared_libraries (NULL, from_tty);
-
-    symfile_objfile = NULL;
-    if (from_tty)
-      printf_unfiltered (_("No symbol file now.\n"));
+  free_all_objfiles ();
+
+  /* solib descriptors may have handles to objfiles.  Since their
+     storage has just been released, we'd better wipe the solib
+     descriptors as well.  */
+  no_shared_libraries (NULL, from_tty);
+
+  symfile_objfile = NULL;
+  if (from_tty)
+    printf_unfiltered (_("No symbol file now.\n"));
 }
 
 struct build_id


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-04-07 20:45 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-04-07 20:45 [ob] symfile.c (symbol_file_clear): Fix indentation Doug Evans

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox