Re: [Qemu-devel] [PATCH] qjson: Drop trailing space for pretty formatting

2014-11-21 Thread Eric Blake
On 11/21/2014 02:29 AM, Max Reitz wrote: > 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: M

Re: [Qemu-devel] [PATCH] qjson: Drop trailing space for pretty formatting

2014-11-21 Thread Kevin Wolf
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-

[Qemu-devel] [PATCH] qjson: Drop trailing space for pretty formatting

2014-11-21 Thread Max Reitz
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 --- qobject/qjson.c | 10 ++ 1 fil