From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5657 invoked by alias); 13 Jan 2012 11:28:46 -0000 Received: (qmail 5642 invoked by uid 22791); 13 Jan 2012 11:28:45 -0000 X-SWARE-Spam-Status: No, hits=-1.3 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,SPF_SOFTFAIL X-Spam-Check-By: sourceware.org Received: from mtaout21.012.net.il (HELO mtaout21.012.net.il) (80.179.55.169) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 13 Jan 2012 11:28:33 +0000 Received: from conversion-daemon.a-mtaout21.012.net.il by a-mtaout21.012.net.il (HyperSendmail v2007.08) id <0LXQ00700ICZDK00@a-mtaout21.012.net.il> for gdb-patches@sourceware.org; Fri, 13 Jan 2012 13:27:43 +0200 (IST) Received: from HOME-C4E4A596F7 ([77.124.136.230]) by a-mtaout21.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0LXQ007F7II1BO40@a-mtaout21.012.net.il>; Fri, 13 Jan 2012 13:27:38 +0200 (IST) Date: Fri, 13 Jan 2012 11:55:00 -0000 From: Eli Zaretskii Subject: Re: [doc patch] gdbint: braces for two lines in code [Re: [patch] Fix for PR gdb/9538 (loading of separate debuginfo and symlinks).] In-reply-to: <4F1011EA.1030509@redhat.com> To: Pedro Alves Cc: jan.kratochvil@redhat.com, brobecker@adacore.com, dje@google.com, ppluzhnikov@google.com, gdb-patches@sourceware.org Reply-to: Eli Zaretskii Message-id: <83r4z3kfkg.fsf@gnu.org> References: <20120113110600.GA3501@host2.jankratochvil.net> <4F1011EA.1030509@redhat.com> X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2012-01/txt/msg00470.txt.bz2 > Date: Fri, 13 Jan 2012 11:13:46 +0000 > From: Pedro Alves > CC: Joel Brobecker , Eli Zaretskii , > Doug Evans , Paul Pluzhnikov , > gdb-patches@sourceware.org > > On 01/13/2012 11:06 AM, Jan Kratochvil wrote: > > This mail became a real nitpick/bikeshed. > > But it's a useful one, because it eliminates all future possible nitpicks, > by casting the rule in stone. I'm glad you're doing this. Thank you. Seconded. FWIW, all I meant is to leave your original example intact, and modify the text as follows: Any two or more lines in code should be wrapped in braces, even if they are comments, as they look as separate statements: Thanks.