(Trivial)
Signed-off-by: John Snow <[email protected]>
---
qapi/sockets.json | 31 ++++++++++++-------------------
1 file changed, 12 insertions(+), 19 deletions(-)
diff --git a/qapi/sockets.json b/qapi/sockets.json
index 473be2ac58a..210d07b5ef2 100644
--- a/qapi/sockets.json
+++ b/qapi/sockets.json
@@ -9,8 +9,7 @@
##
# @NetworkAddressFamily:
-#
-# The network address family
+# The network address family
#
# @ipv4: IPV4 family
#
@@ -41,9 +40,8 @@
##
# @InetSocketAddress:
-#
-# Captures a socket address or address range in the Internet
-# namespace.
+# Captures a socket address or address range in the Internet
+# namespace.
#
# @numeric: true if the host/port are guaranteed to be numeric, false
# if name resolution should be attempted. Defaults to false.
@@ -98,8 +96,8 @@
##
# @UnixSocketAddress:
-#
-# Captures a socket address in the local ("Unix socket") namespace.
+# Captures a socket address in the local ("Unix socket")
+# namespace.
#
# @path: filesystem path to use
#
@@ -121,8 +119,7 @@
##
# @VsockSocketAddress:
-#
-# Captures a socket address in the vsock namespace.
+# Captures a socket address in the vsock namespace.
#
# @cid: unique host identifier
#
@@ -140,8 +137,7 @@
##
# @FdSocketAddress:
-#
-# A file descriptor name or number.
+# A file descriptor name or number.
#
# @str: decimal is for file descriptor number, otherwise it's a file
# descriptor name. Named file descriptors are permitted in
@@ -197,9 +193,8 @@
##
# @SocketAddressLegacy:
-#
-# Captures the address of a socket, which could also be a named file
-# descriptor
+# Captures the address of a socket, which could also be a named
+# file descriptor
#
# @type: Transport type
#
@@ -219,8 +214,7 @@
##
# @SocketAddressType:
-#
-# Available `SocketAddress` types
+# Available `SocketAddress` types
#
# @inet: Internet address
#
@@ -237,9 +231,8 @@
##
# @SocketAddress:
-#
-# Captures the address of a socket, which could also be a socket file
-# descriptor
+# Captures the address of a socket, which could also be a socket
+# file descriptor
#
# @type: Transport type
#
--
2.55.0