From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NwCTN-0003kF-GY for qemu-devel@nongnu.org; Mon, 29 Mar 2010 06:45:33 -0400 Received: from [140.186.70.92] (port=35856 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NwCTL-0003iK-On for qemu-devel@nongnu.org; Mon, 29 Mar 2010 06:45:32 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1NwCTJ-0003TN-LU for qemu-devel@nongnu.org; Mon, 29 Mar 2010 06:45:31 -0400 Received: from mx1.redhat.com ([209.132.183.28]:58307) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1NwCTJ-0003TI-7m for qemu-devel@nongnu.org; Mon, 29 Mar 2010 06:45:29 -0400 Message-ID: <4BB084A3.4000000@redhat.com> Date: Mon, 29 Mar 2010 12:44:51 +0200 From: Kevin Wolf MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH 1/3] qemu-nbd: Fix coding style References: <1269796032-9166-1-git-send-email-ozaki.ryota@gmail.com> In-Reply-To: <1269796032-9166-1-git-send-email-ozaki.ryota@gmail.com> Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Ryota Ozaki Cc: qemu-devel@nongnu.org Am 28.03.2010 19:07, schrieb Ryota Ozaki: > Follow "Every indented statement is braced; even if the block > contains just one statement." described in CODING_STYLE. > > Signed-off-by: Ryota Ozaki Usually we fix the coding style in places that need to be changed anyway, but avoid touching things only for style cleanup (it makes git blame less meaningful, for example). Kevin