From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:55664) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yb8g0-0006aZ-Dq for qemu-devel@nongnu.org; Thu, 26 Mar 2015 10:22:29 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Yb8fx-0004mJ-Nv for qemu-devel@nongnu.org; Thu, 26 Mar 2015 10:22:28 -0400 Received: from mx1.redhat.com ([209.132.183.28]:42015) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yb8fx-0004m6-H3 for qemu-devel@nongnu.org; Thu, 26 Mar 2015 10:22:25 -0400 From: Markus Armbruster References: <1427227433-5030-1-git-send-email-eblake@redhat.com> <1427227433-5030-10-git-send-email-eblake@redhat.com> Date: Thu, 26 Mar 2015 15:22:21 +0100 In-Reply-To: <1427227433-5030-10-git-send-email-eblake@redhat.com> (Eric Blake's message of "Tue, 24 Mar 2015 14:03:34 -0600") Message-ID: <87oanf2602.fsf@blackfin.pond.sub.org> MIME-Version: 1.0 Content-Type: text/plain Subject: Re: [Qemu-devel] [PATCH v5 09/28] qapi: Prepare for catching more semantic parse errors List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Eric Blake Cc: kwolf@redhat.com, lcapitulino@redhat.com, famz@redhat.com, qemu-devel@nongnu.org, wenchaoqemu@gmail.com Eric Blake writes: > This patch widens the scope of a try block (with the attending > reindentation required by Python) in preparation for a future > patch adding more instances of QAPIExprError inside the block. > It's easier to separate indentation from semantic changes, so > this patch has no real behavior change. > > Signed-off-by: Eric Blake Reviewed-by: Markus Armbruster