qapi: Remove hardcoded tabs
There are some stray hardcoded tabs in some of our json files; remove them. Signed-off-by: Peter Maydell <peter.maydell@linaro.org> Reviewed-by: Markus Armbruster <armbru@redhat.com> Message-Id: <20200213175647.17628-11-peter.maydell@linaro.org> Signed-off-by: Markus Armbruster <armbru@redhat.com>
This commit is contained in:
parent
26ec4e53f2
commit
dbb28bc850
2 changed files with 5 additions and 5 deletions
|
|
@ -2938,8 +2938,8 @@
|
|||
'*pr-manager': 'str',
|
||||
'*locking': 'OnOffAuto',
|
||||
'*aio': 'BlockdevAioOptions',
|
||||
'*drop-cache': {'type': 'bool',
|
||||
'if': 'defined(CONFIG_LINUX)'},
|
||||
'*drop-cache': {'type': 'bool',
|
||||
'if': 'defined(CONFIG_LINUX)'},
|
||||
'*x-check-cache-dropped': 'bool' },
|
||||
'features': [ { 'name': 'dynamic-auto-read-only',
|
||||
'if': 'defined(CONFIG_POSIX)' } ] }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue