Signed-off-by: Vladimir Sementsov-Ogievskiy <[email protected]>
---
 qapi/misc-arm.json | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/qapi/misc-arm.json b/qapi/misc-arm.json
index f921d740f1..a7e0649b25 100644
--- a/qapi/misc-arm.json
+++ b/qapi/misc-arm.json
@@ -41,7 +41,9 @@
 # .. qmp-example::
 #
 #     -> { "execute": "query-gic-capabilities" }
-#     <- { "return": [{ "version": 2, "emulated": true, "kernel": false },
-#                     { "version": 3, "emulated": false, "kernel": true } ] }
+#     <- { "return": [{ "version": 2, "emulated": true,
+#                       "kernel": false },
+#                     { "version": 3, "emulated": false,
+#                       "kernel": true } ] }
 ##
 { 'command': 'query-gic-capabilities', 'returns': ['GICCapability'] }
-- 
2.48.1


Reply via email to