From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22621 invoked by alias); 2 May 2003 17:32:27 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 22603 invoked from network); 2 May 2003 17:32:24 -0000 Received: from unknown (HELO takamaka.act-europe.fr) (142.179.108.108) by sources.redhat.com with SMTP; 2 May 2003 17:32:24 -0000 Received: by takamaka.act-europe.fr (Postfix, from userid 507) id D7C33D34B8; Fri, 2 May 2003 10:32:19 -0700 (PDT) Date: Fri, 02 May 2003 17:32:00 -0000 From: Joel Brobecker To: Mark Kettenis Cc: gdb@sources.redhat.com Subject: Re: Coding style Message-ID: <20030502173219.GK992@gnat.com> References: <200305021010.h42AAgOQ030687@elgar.kettenis.dyndns.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200305021010.h42AAgOQ030687@elgar.kettenis.dyndns.org> User-Agent: Mutt/1.4i X-SW-Source: 2003-05/txt/msg00016.txt.bz2 > I know that the GNU coding standards say that one should not use too > many of those, but I think there are good reasons to keep with the > tradition of seperating the declaration of local variables from > geneuine code by an empty line, e.g.: I agree with Mark. -- Joel