Signed-off-by: John Snow <[email protected]> --- qapi/introspect.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/qapi/introspect.json b/qapi/introspect.json index 172ed389997..bd42aac3358 100644 --- a/qapi/introspect.json +++ b/qapi/introspect.json @@ -55,9 +55,8 @@ ## # @SchemaMetaType: -# -# This is a `SchemaInfo`'s meta type, i.e. the kind of entity it -# describes. +# This is a `SchemaInfo`'s meta type, i.e. the kind of entity it +# describes. # # @builtin: a predefined type such as 'int' or 'bool'. # -- 2.55.0
