From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31320 invoked by alias); 28 Sep 2011 17:09:02 -0000 Received: (qmail 31306 invoked by uid 22791); 28 Sep 2011 17:09:00 -0000 X-SWARE-Spam-Status: No, hits=-1.8 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from shards.monkeyblade.net (HELO shards.monkeyblade.net) (198.137.202.13) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 28 Sep 2011 17:08:45 +0000 Received: from localhost (nat-pool-rdu.redhat.com [66.187.233.202]) (authenticated bits=0) by shards.monkeyblade.net (8.14.4/8.14.4) with ESMTP id p8SH8e2e028598 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 28 Sep 2011 10:08:42 -0700 Date: Wed, 28 Sep 2011 17:50:00 -0000 Message-Id: <20110928.130839.24481914756466504.davem@davemloft.net> To: mark.kettenis@xs4all.nl Cc: gdb-patches@sourceware.org Subject: Re: [PATCH] Fix complex float on sparc From: David Miller In-Reply-To: <201109280939.p8S9dSHX024441@glazunov.sibelius.xs4all.nl> References: <20110928.012027.2236138577869370946.davem@davemloft.net> <201109280939.p8S9dSHX024441@glazunov.sibelius.xs4all.nl> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit 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: 2011-09/txt/msg00471.txt.bz2 From: Mark Kettenis Date: Wed, 28 Sep 2011 11:39:28 +0200 (CEST) > I would have put both conditions on the same line, since this is > wasting a bit of vertical space. Don't see this list growing in the > near future and I don't think there's a significant difference in > readability that way. ... > Would appreciate it if you could change this. Will do before committing, thanks.