From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:57942) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XrnS5-0008L6-EY for qemu-devel@nongnu.org; Fri, 21 Nov 2014 07:36:47 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XrnRz-0005zZ-9f for qemu-devel@nongnu.org; Fri, 21 Nov 2014 07:36:41 -0500 Received: from mx1.redhat.com ([209.132.183.28]:37735) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XrnRz-0005z8-1S for qemu-devel@nongnu.org; Fri, 21 Nov 2014 07:36:35 -0500 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id sALCaVEf012227 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL) for ; Fri, 21 Nov 2014 07:36:31 -0500 Date: Fri, 21 Nov 2014 13:36:29 +0100 From: Kevin Wolf Message-ID: <20141121123629.GC3956@noname.redhat.com> References: <1416562199-13731-1-git-send-email-mreitz@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1416562199-13731-1-git-send-email-mreitz@redhat.com> Subject: Re: [Qemu-devel] [PATCH] qjson: Drop trailing space for pretty formatting List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Max Reitz Cc: qemu-devel@nongnu.org, Luiz Capitulino Am 21.11.2014 um 10:29 hat Max Reitz geschrieben: > For the pretty formatting, the functions converting QDicts and QLists to > JSON should not print a space after the comma separating objects, > because a newline will emitted immediately afterwards, making the > whitespace superfluous. > > Signed-off-by: Max Reitz Luiz, any objections? /me waits a bit... 3... 2... 1... No? Great, thanks, applied to block-next. (More seriously, I have a patch with a qemu-iotests case depending on the output, so I'm merging this before my patch. If there is a problem, there's still some time until block-next ends up in master, so I can always drop it or replace it with a v2.) Kevin