From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:59953) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WPbwP-0002DY-NG for qemu-devel@nongnu.org; Mon, 17 Mar 2014 14:07:19 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WPbwJ-00086d-SH for qemu-devel@nongnu.org; Mon, 17 Mar 2014 14:07:13 -0400 Received: from mail-pb0-x22c.google.com ([2607:f8b0:400e:c01::22c]:57050) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WPbwJ-00086X-Kk for qemu-devel@nongnu.org; Mon, 17 Mar 2014 14:07:07 -0400 Received: by mail-pb0-f44.google.com with SMTP id rp16so6055401pbb.3 for ; Mon, 17 Mar 2014 11:07:06 -0700 (PDT) Sender: Richard Henderson Message-ID: <532739C6.1050608@twiddle.net> Date: Mon, 17 Mar 2014 11:07:02 -0700 From: Richard Henderson MIME-Version: 1.0 References: <1395055682-24686-1-git-send-email-pbonzini@redhat.com> In-Reply-To: <1395055682-24686-1-git-send-email-pbonzini@redhat.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] target-alpha: fix the braces List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini , qemu-devel@nongnu.org On 03/17/2014 04:28 AM, Paolo Bonzini wrote: > Conform to coding style, and avoid further occurrences of bugs due to > misplaced braces. > > Signed-off-by: Paolo Bonzini > --- > target-alpha/translate.c | 313 +++++++++++++++++++++++++++-------------------- > 1 file changed, 180 insertions(+), 133 deletions(-) I was considering going through the alpha translator and dropping all the highly unlikely tests and stuff that can now be handled by the tcg optimizers. In the process I'd touch most of these lines and fix the conformance. But if we'd prefer to fix them all at once, that's fine too. Reviewed-by: Richard Henderson r~