From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14207 invoked by alias); 7 Apr 2009 20:45:15 -0000 Received: (qmail 14123 invoked by uid 22791); 7 Apr 2009 20:45:11 -0000 X-SWARE-Spam-Status: No, hits=-2.2 required=5.0 tests=AWL,BAYES_00,SPF_PASS X-Spam-Check-By: sourceware.org Received: from smtp-out.google.com (HELO smtp-out.google.com) (216.239.33.17) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 07 Apr 2009 20:45:03 +0000 Received: from zps37.corp.google.com (zps37.corp.google.com [172.25.146.37]) by smtp-out.google.com with ESMTP id n37KixLP000889 for ; Tue, 7 Apr 2009 21:45:00 +0100 Received: from localhost (ruffy.mtv.corp.google.com [172.18.118.116]) by zps37.corp.google.com with ESMTP id n37Kiw5p030161 for ; Tue, 7 Apr 2009 13:44:58 -0700 Received: by localhost (Postfix, from userid 67641) id 1794C1C759E; Tue, 7 Apr 2009 13:44:58 -0700 (PDT) To: gdb-patches@sourceware.org Subject: [ob] symfile.c (symbol_file_clear): Fix indentation. Message-Id: <20090407204458.1794C1C759E@localhost> Date: Tue, 07 Apr 2009 20:45:00 -0000 From: dje@google.com (Doug Evans) X-System-Of-Record: true X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2009-04/txt/msg00134.txt.bz2 Hi. Checked in as obvious. 2009-04-07 Doug Evans * 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