From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18259 invoked by alias); 16 Jul 2002 20:44:33 -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 18252 invoked from network); 16 Jul 2002 20:44:32 -0000 Received: from unknown (HELO takamaka.act-europe.fr) (142.179.108.108) by sources.redhat.com with SMTP; 16 Jul 2002 20:44:32 -0000 Received: by takamaka.act-europe.fr (Postfix, from userid 507) id 25FA8D2CBD; Tue, 16 Jul 2002 13:44:32 -0700 (PDT) Date: Tue, 16 Jul 2002 14:02:00 -0000 From: Joel Brobecker To: gdb-patches@sources.redhat.com Subject: [RFC] unneeded extra brace in infrun.c (handle_inferior_event) Message-ID: <20020716204432.GE2700@gnat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4i X-SW-Source: 2002-07/txt/msg00355.txt.bz2 While reading the code, I found this comment along the extra unneeded brace: /* Keep this extra brace for now, minimizes diffs. */ { This brace causes an extra 2 characters indentation to the right for the entire function (which is quite long, actually). No big deal, but it would take me very little time to remove it if that's useful. Shall I do it? -- Joel