From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27585 invoked by alias); 8 Jan 2008 17:16:10 -0000 Received: (qmail 27575 invoked by uid 22791); 8 Jan 2008 17:16:09 -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:15:52 +0000 Received: from zps19.corp.google.com (zps19.corp.google.com [172.25.146.19]) by smtp-out.google.com with ESMTP id m08HFmv7022556 for ; Tue, 8 Jan 2008 17:15:48 GMT Received: from nz-out-0506.google.com (nzfj2.prod.google.com [10.36.186.2]) by zps19.corp.google.com with ESMTP id m08HFk14023417 for ; Tue, 8 Jan 2008 09:15:47 -0800 Received: by nz-out-0506.google.com with SMTP id j2so1797197nzf.11 for ; Tue, 08 Jan 2008 09:15:46 -0800 (PST) Received: by 10.114.179.1 with SMTP id b1mr1081876waf.143.1199812546517; Tue, 08 Jan 2008 09:15:46 -0800 (PST) Received: by 10.115.107.7 with HTTP; Tue, 8 Jan 2008 09:15:46 -0800 (PST) Message-ID: Date: Tue, 08 Jan 2008 17:16:00 -0000 From: "Doug Evans" To: "Joel Brobecker" Subject: Re: [RFA] fix indentation in dbxread.c Cc: gdb-patches@sourceware.org In-Reply-To: <20080108170505.GE11650@adacore.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20080108170052.6C1741C7B01@localhost> <20080108170505.GE11650@adacore.com> 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/msg00147.txt.bz2 On Jan 8, 2008 9:05 AM, Joel Brobecker wrote: > > > 2008-01-08 Doug Evans > > > > * dbxread.c (read_dbx_symtab): Fix indentation. > > Indeed, this is OK. > > > And for future reference, is it OK if these are just fixed and > > reported under the "obvious" rule? > > Formatting-only patches can indeed be treated as obvious. Checked in. Thanks.