Skip to content
Snippets Groups Projects
Commit c27f4b66 authored by Peter Maydell's avatar Peter Maydell
Browse files

qapi/run-state.json: Fix missing newline at end of file


The run-state.json file is missing a trailing newline; add it.

Signed-off-by: default avatarPeter Maydell <peter.maydell@linaro.org>
Reviewed-by: default avatarRichard Henderson <richard.henderson@linaro.org>
Reviewed-by: default avatarPhilippe Mathieu-Daudé <philmd@linaro.org>
Message-id: 20230417164041.684562-10-peter.maydell@linaro.org
parent e9ccfdd9
No related branches found
No related tags found
No related merge requests found
......@@ -666,4 +666,4 @@
# Since: 7.2
##
{ 'enum': 'NotifyVmexitOption',
'data': [ 'run', 'internal-error', 'disable' ] }
\ No newline at end of file
'data': [ 'run', 'internal-error', 'disable' ] }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment