aboutsummaryrefslogtreecommitdiff
path: root/qapi/sockets.json
diff options
context:
space:
mode:
authorAndrea Bolognani <abologna@redhat.com>2022-05-03 09:37:36 +0200
committerMarkus Armbruster <armbru@redhat.com>2022-05-16 07:26:25 +0200
commitc0ac533b6f97fe978a9d9b33078ee36dd54cedb2 (patch)
treec65c04c457f11bb57b211362e1c7b04a85f67485 /qapi/sockets.json
parent23e46452589d8c62d69ae993d16e6d15fd15f526 (diff)
downloadqemu-c0ac533b6f97fe978a9d9b33078ee36dd54cedb2.zip
qemu-c0ac533b6f97fe978a9d9b33078ee36dd54cedb2.tar.gz
qemu-c0ac533b6f97fe978a9d9b33078ee36dd54cedb2.tar.bz2
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>
Diffstat (limited to 'qapi/sockets.json')
-rw-r--r--qapi/sockets.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/qapi/sockets.json b/qapi/sockets.json
index b4f84d3..bad74e3 100644
--- a/qapi/sockets.json
+++ b/qapi/sockets.json
@@ -167,9 +167,9 @@
#
# Available SocketAddress types
#
-# @inet: Internet address
+# @inet: Internet address
#
-# @unix: Unix domain socket
+# @unix: Unix domain socket
#
# @vsock: VMCI address
#