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: Markus Armbruster
Subject: Re: [PATCH] qapi: Delete unwanted indentation of top-level expressions
Date: Thu, 30 Jul 2020 16:50:33 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux)

Max Reitz <mreitz@redhat.com> writes:

> On 30.07.20 11:16, 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(-)
>> 
>> diff --git a/qapi/block-core.json b/qapi/block-core.json
>> index ab7bf3c612..bdcc8e5f9f 100644
>> --- a/qapi/block-core.json
>> +++ b/qapi/block-core.json
>> @@ -1847,8 +1847,8 @@
>>  #
>>  # Since: 4.0
>>  ##
>> -  { 'enum': 'BlockPermission',
>> -    'data': [ 'consistent-read', 'write', 'write-unchanged', 'resize',
>> +{ 'enum': 'BlockPermission',
>> +  'data': [ 'consistent-read', 'write', 'write-unchanged', 'resize',
>>                'graph-mod' ] }
>
> Do we want to keep the alignment at the opening parenthesis here?

Yes, we do.  Thanks!




reply via email to

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