From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17562 invoked by alias); 13 Jan 2012 12:39:25 -0000 Received: (qmail 17554 invoked by uid 22791); 13 Jan 2012 12:39:25 -0000 X-SWARE-Spam-Status: No, hits=-1.3 required=5.0 tests=AWL,BAYES_00,SPF_SOFTFAIL X-Spam-Check-By: sourceware.org Received: from mtaout20.012.net.il (HELO mtaout20.012.net.il) (80.179.55.166) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 13 Jan 2012 12:39:11 +0000 Received: from conversion-daemon.a-mtaout20.012.net.il by a-mtaout20.012.net.il (HyperSendmail v2007.08) id <0LXQ00M00LRO1000@a-mtaout20.012.net.il> for gdb-patches@sourceware.org; Fri, 13 Jan 2012 14:39:10 +0200 (IST) Received: from HOME-C4E4A596F7 ([77.124.136.230]) by a-mtaout20.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0LXQ00KAYLT8WHA0@a-mtaout20.012.net.il>; Fri, 13 Jan 2012 14:39:09 +0200 (IST) Date: Fri, 13 Jan 2012 12:40: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: <20120113121117.GT31383@adacore.com> To: Joel Brobecker Cc: palves@redhat.com, jan.kratochvil@redhat.com, dje@google.com, ppluzhnikov@google.com, gdb-patches@sourceware.org Reply-to: Eli Zaretskii Message-id: <83pqenkc99.fsf@gnu.org> References: <20120113110600.GA3501@host2.jankratochvil.net> <4F1011EA.1030509@redhat.com> <83r4z3kfkg.fsf@gnu.org> <20120113121117.GT31383@adacore.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/msg00474.txt.bz2 > Date: Fri, 13 Jan 2012 16:11:17 +0400 > From: Joel Brobecker > Cc: Pedro Alves , jan.kratochvil@redhat.com, > dje@google.com, ppluzhnikov@google.com, gdb-patches@sourceware.org > > I like the new text. Just a thought from a non-native English speaker: > > > Any two or more lines in code should be wrapped in braces, even if > > they are comments, as they look as separate statements: > ^^ like ? Fine with me, FWIW.