From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17538 invoked by alias); 15 Aug 2007 06:52:37 -0000 Received: (qmail 17461 invoked by uid 22791); 15 Aug 2007 06:52:36 -0000 X-Spam-Check-By: sourceware.org Received: from sibelius.xs4all.nl (HELO brahms.sibelius.xs4all.nl) (82.92.89.47) by sourceware.org (qpsmtpd/0.31) with ESMTP; Wed, 15 Aug 2007 06:52:34 +0000 Received: from brahms.sibelius.xs4all.nl (kettenis@localhost.sibelius.xs4all.nl [127.0.0.1]) by brahms.sibelius.xs4all.nl (8.14.1/8.14.0) with ESMTP id l7F6qQIs031200; Wed, 15 Aug 2007 08:52:26 +0200 (CEST) Received: (from kettenis@localhost) by brahms.sibelius.xs4all.nl (8.14.1/8.14.1/Submit) id l7F6qPEL009472; Wed, 15 Aug 2007 08:52:25 +0200 (CEST) Date: Wed, 15 Aug 2007 06:52:00 -0000 Message-Id: <200708150652.l7F6qPEL009472@brahms.sibelius.xs4all.nl> From: Mark Kettenis To: msnyder@sonic.net CC: gdb-patches@sourceware.org In-reply-to: <22565.12.7.175.2.1187137125.squirrel@webmail.sonic.net> (msnyder@sonic.net) Subject: Re: [OB] tui, coding standard References: <22565.12.7.175.2.1187137125.squirrel@webmail.sonic.net> 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: 2007-08/txt/msg00308.txt.bz2 > Date: Tue, 14 Aug 2007 17:18:45 -0700 (PDT) > From: msnyder@sonic.net > > && and || operators. This diff wraps some lines that fit perfectly well on a single line; I think you shouldn't do that. Otherwise, this looks ok. > 2007-08-14 Michael Snyder > > * tui-command.c, tui-data.c, tui-disasm.c, tui-file.c, tui-io.c, > tui-layout.c, tui-regs.c, tui-source.c, tui-win.c, tui-windata.c, > tui-wingeneral.c, tui-winsource.c: Coding standard, && and || > go at beginning of new line.