From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16940 invoked by alias); 16 Jul 2002 23:59:37 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 16912 invoked from network); 16 Jul 2002 23:59:36 -0000 Received: from unknown (HELO potter.sfbay.redhat.com) (205.180.83.107) by sources.redhat.com with SMTP; 16 Jul 2002 23:59:36 -0000 Received: from romulus.sfbay.redhat.com (remus.sfbay.redhat.com [172.16.27.252]) by potter.sfbay.redhat.com (8.11.6/8.11.6) with ESMTP id g6H00BQ22941; Tue, 16 Jul 2002 17:00:11 -0700 Received: (from kev@localhost) by romulus.sfbay.redhat.com (8.11.6/8.11.6) id g6GNxXX11698; Tue, 16 Jul 2002 16:59:34 -0700 Date: Tue, 16 Jul 2002 17:17:00 -0000 From: Kevin Buettner Message-Id: <1020716235933.ZM11697@localhost.localdomain> In-Reply-To: Joel Brobecker "Re: [RFC] unneeded extra brace in infrun.c (handle_inferior_event)" (Jul 16, 4:30pm) References: <20020716204432.GE2700@gnat.com> <15668.35195.754595.953902@localhost.redhat.com> <20020716233039.GG2700@gnat.com> To: Joel Brobecker , Elena Zannoni Subject: Re: [RFC] unneeded extra brace in infrun.c (handle_inferior_event) Cc: gdb-patches@sources.redhat.com MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2002-07/txt/msg00359.txt.bz2 On Jul 16, 4:30pm, Joel Brobecker wrote: > I can do the following, all within a short period: > - remove the braces (without indentation change) > - commit > - run gdb_indent.sh > - commit > > That way, we have one commit which contains a code change, but the diff > is readable. The second diff may be unreadable, but will contain no code > change. > > Should I go ahead? Sounds okay to me... (I'd say go ahead provided you get a couple more "yes" votes and no objections.) Kevin