From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:55297) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1StvVE-0004d4-QX for qemu-devel@nongnu.org; Wed, 25 Jul 2012 02:55:25 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1StvVD-00030y-W0 for qemu-devel@nongnu.org; Wed, 25 Jul 2012 02:55:24 -0400 Received: from e06smtp14.uk.ibm.com ([195.75.94.110]:49921) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1StvVD-00030g-N6 for qemu-devel@nongnu.org; Wed, 25 Jul 2012 02:55:23 -0400 Received: from /spool/local by e06smtp14.uk.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Wed, 25 Jul 2012 07:55:20 +0100 Received: from d06av11.portsmouth.uk.ibm.com (d06av11.portsmouth.uk.ibm.com [9.149.37.252]) by d06nrmr1806.portsmouth.uk.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id q6P6tIHT2535510 for ; Wed, 25 Jul 2012 07:55:18 +0100 Received: from d06av11.portsmouth.uk.ibm.com (loopback [127.0.0.1]) by d06av11.portsmouth.uk.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id q6P6tHwh021973 for ; Wed, 25 Jul 2012 00:55:18 -0600 Message-ID: <500F9855.7020005@de.ibm.com> Date: Wed, 25 Jul 2012 08:55:17 +0200 From: Christian Borntraeger MIME-Version: 1.0 References: <1343115430-34285-1-git-send-email-borntraeger@de.ibm.com> <1343115430-34285-8-git-send-email-borntraeger@de.ibm.com> In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 7/7] s390: make sclp ascii console the default List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Blue Swirl Cc: qemu-devel , Heinz Graalfs , Alexander Graf , afaerber@suse.de, Jens Freimann On 24/07/12 21:35, Blue Swirl wrote: [...] > Braces [...] > Braces, also below two times. a generic question. We did it that way because the other code in vl.c is like that. So we should make new code follow the CodingStyle even if the surrounding code looks different, but we dont touch that surrounding code. right?