提交 ad0f171e 编写于 作者: A Amos Kong 提交者: Michael Tokarev

qapi: lack of two commas in dict

Signed-off-by: NAmos Kong <akong@redhat.com>
Signed-off-by: NMichael Tokarev <mjt@tls.msk.ru>
上级 6790f59d
...@@ -391,7 +391,7 @@ ...@@ -391,7 +391,7 @@
# #
# Since: 1.4 # Since: 1.4
## ##
{ 'enum': 'DataFormat' { 'enum': 'DataFormat',
'data': [ 'utf8', 'base64' ] } 'data': [ 'utf8', 'base64' ] }
## ##
...@@ -1595,7 +1595,7 @@ ...@@ -1595,7 +1595,7 @@
# #
# Since: 1.1 # Since: 1.1
## ##
{ 'enum': 'NewImageMode' { 'enum': 'NewImageMode',
'data': [ 'existing', 'absolute-paths' ] } 'data': [ 'existing', 'absolute-paths' ] }
## ##
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册