From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11085 invoked by alias); 17 Aug 2002 02:48:32 -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 11078 invoked from network); 17 Aug 2002 02:48:31 -0000 Received: from unknown (HELO cygnus.com) (205.180.83.203) by sources.redhat.com with SMTP; 17 Aug 2002 02:48:31 -0000 Received: from redhat.com (reddwarf.sfbay.redhat.com [172.16.24.50]) by runyon.cygnus.com (8.8.7-cygnus/8.8.7) with ESMTP id TAA04883; Fri, 16 Aug 2002 19:44:01 -0700 (PDT) Message-ID: <3D5DB58E.3A856EB3@redhat.com> Date: Fri, 16 Aug 2002 19:48:00 -0000 From: Michael Snyder Organization: Red Hat, Inc. X-Accept-Language: en MIME-Version: 1.0 To: Joel Brobecker CC: gdb-patches@sources.redhat.com Subject: Re: [PATCH] Minor reformatting in infrun.c References: <20020817001848.GX906@gnat.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-SW-Source: 2002-08/txt/msg00484.txt.bz2 Joel Brobecker wrote: > > I am about to touch this part of the code, and it needed a bit of > reformatting, so I thought I'd commit the reformatting separately. > > 2002-08-16 Joel Brobecker > > * infrun.c (handle_inferior_event): Minor reformatting, to make > a rather long condition expression easier to read. > > -- > Joel Joel, I hate long lines as much as anybody, but I hate defeating indent even more. The middle part of this is just going to go back to the right again, the first time indent gets run. You might prefer to have it happen under your control...