mirror of
https://github.com/izzy2lost/xemu.git
synced 2026-07-06 00:20:22 -07:00
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:
committed by
Markus Armbruster
parent
23e4645258
commit
c0ac533b6f
+3
-3
@@ -376,10 +376,10 @@
|
||||
#
|
||||
# Configuration info for virtual console chardevs.
|
||||
#
|
||||
# @width: console width, in pixels
|
||||
# @width: console width, in pixels
|
||||
# @height: console height, in pixels
|
||||
# @cols: console width, in chars
|
||||
# @rows: console height, in chars
|
||||
# @cols: console width, in chars
|
||||
# @rows: console height, in chars
|
||||
#
|
||||
# Since: 1.5
|
||||
##
|
||||
|
||||
Reference in New Issue
Block a user