On 7/30/20 4:16 AM, Markus Armbruster wrote:
Signed-off-by: Markus Armbruster <arm...@redhat.com> --- qapi/block-core.json | 24 ++++++++++++------------ qapi/ui.json | 4 ++-- 2 files changed, 14 insertions(+), 14 deletions(-)
+++ b/qapi/ui.json @@ -1081,8 +1081,8 @@ # Since: 3.0 # ## - { 'enum' : 'DisplayGLMode', - 'data' : [ 'off', 'on', 'core', 'es' ] } +{ 'enum' : 'DisplayGLMode', + 'data' : [ 'off', 'on', 'core', 'es' ] }
We are really inconsistent on whether we use space before ':'. Oh well, not the problem of this patch.
With the one additional line reindented as covered by Max' review, Reviewed-by: Eric Blake <ebl...@redhat.com> -- Eric Blake, Principal Software Engineer Red Hat, Inc. +1-919-301-3226 Virtualization: qemu.org | libvirt.org