From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18344 invoked by alias); 18 Jul 2002 16:34:24 -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 18328 invoked from network); 18 Jul 2002 16:34:23 -0000 Received: from unknown (HELO localhost.redhat.com) (216.138.202.10) by sources.redhat.com with SMTP; 18 Jul 2002 16:34:23 -0000 Received: from ges.redhat.com (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id BB50C3E33; Thu, 18 Jul 2002 12:34:22 -0400 (EDT) Message-ID: <3D36EE0E.1060104@ges.redhat.com> Date: Thu, 18 Jul 2002 09:36:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:1.0.0) Gecko/20020708 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Joel Brobecker Cc: gdb-patches@sources.redhat.com Subject: Re: [PATCHES] remove unneded brace in infrun.c and then re-indent file References: <20020718013141.GS2700@gnat.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2002-07/txt/msg00392.txt.bz2 > As recommended by Elena Z. and Kevin B., I am posting the following > patches, to be applied to the same file (namely infrun.c) consecutively. > I will wait for 24 to 48 hours and will then commit these 2 changes, > unless somebody objects. > > The first patch just removes the extra braces, without any indentation > change. This temporarily leaves the function with an incorrect > indentation on purpose to facilitate the review. The second patch then > fixes the indentation problems for the entire file. It is much harder to > read, but the indentation has been automatically done by gdb_indent.sh. > > ChangeLogs: > > 2002-07-17 Joel Brobecker > > * infrun.c (handle_inferior_event): Remove unneeded extra brace. > > 2002-07-17 Joel Brobecker > > * infrun.c: Re-indent using gdb_indent.sh. > I'd not even wait that long :-) The reason for that indentation has long since gone. Andrew