qapi: Fix comment indentation
It should start on the very first column. Signed-off-by: Andrea Bolognani <abologna@redhat.com> Reviewed-by: Markus Armbruster <armbru@redhat.com> Message-Id: <20220503073737.84223-3-abologna@redhat.com> Reviewed-by: Markus Armbruster <armbru@redhat.com> Signed-off-by: Markus Armbruster <armbru@redhat.com>
This commit is contained in:
parent
f39057d58b
commit
406dfba614
30
qapi/ui.json
30
qapi/ui.json
@ -1250,21 +1250,21 @@
|
|||||||
'*p2p': 'bool',
|
'*p2p': 'bool',
|
||||||
'*audiodev': 'str' } }
|
'*audiodev': 'str' } }
|
||||||
|
|
||||||
##
|
##
|
||||||
# @DisplayGLMode:
|
# @DisplayGLMode:
|
||||||
#
|
#
|
||||||
# Display OpenGL mode.
|
# Display OpenGL mode.
|
||||||
#
|
#
|
||||||
# @off: Disable OpenGL (default).
|
# @off: Disable OpenGL (default).
|
||||||
# @on: Use OpenGL, pick context type automatically.
|
# @on: Use OpenGL, pick context type automatically.
|
||||||
# Would better be named 'auto' but is called 'on' for backward
|
# Would better be named 'auto' but is called 'on' for backward
|
||||||
# compatibility with bool type.
|
# compatibility with bool type.
|
||||||
# @core: Use OpenGL with Core (desktop) Context.
|
# @core: Use OpenGL with Core (desktop) Context.
|
||||||
# @es: Use OpenGL with ES (embedded systems) Context.
|
# @es: Use OpenGL with ES (embedded systems) Context.
|
||||||
#
|
#
|
||||||
# Since: 3.0
|
# Since: 3.0
|
||||||
#
|
#
|
||||||
##
|
##
|
||||||
{ 'enum' : 'DisplayGLMode',
|
{ 'enum' : 'DisplayGLMode',
|
||||||
'data' : [ 'off', 'on', 'core', 'es' ] }
|
'data' : [ 'off', 'on', 'core', 'es' ] }
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user