From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NFPDJ-0007aM-BO for qemu-devel@nongnu.org; Tue, 01 Dec 2009 04:40:05 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NFPDE-0007Z3-En for qemu-devel@nongnu.org; Tue, 01 Dec 2009 04:40:04 -0500 Received: from [199.232.76.173] (port=52300 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NFPDE-0007Z0-8j for qemu-devel@nongnu.org; Tue, 01 Dec 2009 04:40:00 -0500 Received: from mx1.redhat.com ([209.132.183.28]:60636) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NFPDD-0000S0-Rm for qemu-devel@nongnu.org; Tue, 01 Dec 2009 04:40:00 -0500 From: Markus Armbruster Subject: Re: [Qemu-devel] [PATCH] Get coding style closer to the real world References: <1259618155-4217-1-git-send-email-agraf@suse.de> Date: Tue, 01 Dec 2009 10:39:57 +0100 In-Reply-To: <1259618155-4217-1-git-send-email-agraf@suse.de> (Alexander Graf's message of "Mon, 30 Nov 2009 22:55:55 +0100") Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Alexander Graf Cc: qemu-devel@nongnu.org Alexander Graf writes: > Currently we have this stupid role of disallowing: > > if (r) > break; > > By disallowing this we clutter the code, making it less readable without > buying us anything. In fact, nobody actually sticks to this because it'd show > just how much bad taste the programmer doing this would have. > > So IMHO we should change the coding style, so we can finally focus on > programming again and don't focus on useless coding style rules. > > Signed-off-by: Alexander Graf ACK