Signed-off-by: John Snow <[email protected]> --- qapi/common.json | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/qapi/common.json b/qapi/common.json index c1bbed21e7f..1352e664b23 100644 --- a/qapi/common.json +++ b/qapi/common.json @@ -52,10 +52,9 @@ ## # @StrOrNull: -# -# This is a string value or the explicit lack of a string (null -# pointer in C). Intended for cases when 'optional absent' already -# has a different meaning. +# This is a string value or the explicit lack of a string (null +# pointer in C). Intended for cases when 'optional absent' +# already has a different meaning. # # @s: the string value # -- 2.55.0
