From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12629 invoked by alias); 8 Jan 2008 17:01:24 -0000 Received: (qmail 12591 invoked by uid 22791); 8 Jan 2008 17:01:17 -0000 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.31) with ESMTP; Tue, 08 Jan 2008 17:01:00 +0000 Received: from zps35.corp.google.com (zps35.corp.google.com [172.25.146.35]) by smtp-out.google.com with ESMTP id m08H0r8C000737 for ; Tue, 8 Jan 2008 17:00:53 GMT Received: from localhost (ruffy.corp.google.com [172.18.118.116]) by zps35.corp.google.com with ESMTP id m08H0qD1015776 for ; Tue, 8 Jan 2008 09:00:52 -0800 Received: by localhost (Postfix, from userid 67641) id 6C1741C7B01; Tue, 8 Jan 2008 09:00:52 -0800 (PST) To: gdb-patches@sourceware.org Subject: [RFA] fix indentation in dbxread.c Message-Id: <20080108170052.6C1741C7B01@localhost> Date: Tue, 08 Jan 2008 17:01:00 -0000 From: dje@google.com (Doug Evans) 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: 2008-01/txt/msg00144.txt.bz2 Ok to check in? These `if's are hard to read. And for future reference, is it OK if these are just fixed and reported under the "obvious" rule? 2008-01-08 Doug Evans * dbxread.c (read_dbx_symtab): Fix indentation. Index: dbxread.c =================================================================== RCS file: /cvs/src/src/gdb/dbxread.c,v retrieving revision 1.90 diff -u -p -u -p -r1.90 dbxread.c --- dbxread.c 19 Oct 2007 12:26:31 -0000 1.90 +++ dbxread.c 8 Jan 2008 16:50:03 -0000 @@ -1551,7 +1551,7 @@ read_dbx_symtab (struct objfile *objfile if (tmp_language != language_unknown && (tmp_language != language_c || psymtab_language != language_cplus)) - psymtab_language = tmp_language; + psymtab_language = tmp_language; if (pst == NULL) { @@ -1584,7 +1584,7 @@ read_dbx_symtab (struct objfile *objfile if (tmp_language != language_unknown && (tmp_language != language_c || psymtab_language != language_cplus)) - psymtab_language = tmp_language; + psymtab_language = tmp_language; /* In C++, one may expect the same filename to come round many times, when code is coming alternately from the main file