mirror of https://github.com/xemu-project/xemu.git
qapi: Stop using whitespace for alignment in comments
Perfectly aligned things look pretty, but keeping them that way as the schema evolves requires churn, and in some cases newly-added lines are not aligned properly. Overall, trying to align things is just not worth the trouble. Signed-off-by: Andrea Bolognani <abologna@redhat.com> Message-Id: <20220503073737.84223-8-abologna@redhat.com> Message-Id: <20220503073737.84223-9-abologna@redhat.com> Reviewed-by: Eric Blake <eblake@redhat.com> Reviewed-by: Markus Armbruster <armbru@redhat.com> [Two patches squashed together] Signed-off-by: Markus Armbruster <armbru@redhat.com>
This commit is contained in:
parent
23e4645258
commit
c0ac533b6f
|
@ -3337,8 +3337,7 @@
|
|||
#
|
||||
# @path: path to the image on the host
|
||||
#
|
||||
# @user: user as which to connect, defaults to current
|
||||
# local user name
|
||||
# @user: user as which to connect, defaults to current local user name
|
||||
#
|
||||
# @host-key-check: Defines how and what to check the host key against
|
||||
# (default: known_hosts)
|
||||
|
|
|
@ -1356,8 +1356,7 @@
|
|||
# @type: Which DisplayType qemu should use.
|
||||
# @full-screen: Start user interface in fullscreen mode (default: off).
|
||||
# @window-close: Allow to quit qemu with window close button (default: on).
|
||||
# @show-cursor: Force showing the mouse cursor (default: off).
|
||||
# (since: 5.0)
|
||||
# @show-cursor: Force showing the mouse cursor (default: off). (since: 5.0)
|
||||
# @gl: Enable OpenGL support (default: off).
|
||||
#
|
||||
# Since: 2.12
|
||||
|
|
Loading…
Reference in New Issue