qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] qapi: Delete unwanted indentation of top-level expressions


From: Eric Blake
Subject: Re: [PATCH] qapi: Delete unwanted indentation of top-level expressions
Date: Thu, 30 Jul 2020 09:56:06 -0500
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.10.0

On 7/30/20 4:16 AM, Markus Armbruster wrote:
Signed-off-by: Markus Armbruster <armbru@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 <eblake@redhat.com>

--
Eric Blake, Principal Software Engineer
Red Hat, Inc.           +1-919-301-3226
Virtualization:  qemu.org | libvirt.org




reply via email to

[Prev in Thread] Current Thread [Next in Thread]