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

2020-08-02 Thread Markus Armbruster
Queued.

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

2020-07-30 Thread Eric Blake
On 7/30/20 4:16 AM, Markus Armbruster wrote: Signed-off-by: Markus Armbruster --- 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 # ## - {

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

2020-07-30 Thread Markus Armbruster
Max Reitz writes: > On 30.07.20 11:16, Markus Armbruster wrote: >> Signed-off-by: Markus Armbruster >> --- >> qapi/block-core.json | 24 >> qapi/ui.json | 4 ++-- >> 2 files changed, 14 insertions(+), 14 deletions(-) >> >> diff --git a/qapi/block-core.json b/q

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

2020-07-30 Thread Max Reitz
On 30.07.20 11:16, Markus Armbruster wrote: > Signed-off-by: Markus Armbruster > --- > 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 a

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

2020-07-30 Thread Markus Armbruster
Signed-off-by: Markus Armbruster --- 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 +++