Re: [PATCH 10/29] qapi: Remove hardcoded tabs

2020-02-07 Thread Markus Armbruster
Peter Maydell writes: > There are some stray hardcoded tabs in some of our json files; > remove them. > > Signed-off-by: Peter Maydell > --- > Most of the hardcoded tabs got removed in passing in > fixing the indent in lines that they were in, but > these are not part of doc comments. Reviewed-

[PATCH 10/29] qapi: Remove hardcoded tabs

2020-02-06 Thread Peter Maydell
There are some stray hardcoded tabs in some of our json files; remove them. Signed-off-by: Peter Maydell --- Most of the hardcoded tabs got removed in passing in fixing the indent in lines that they were in, but these are not part of doc comments. --- qapi/block-core.json | 4 ++-- qapi/migratio