Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
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: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Message-id: 20230417164041.684562-10-peter.maydell@linaro.org
  • Loading branch information
pm215 committed May 2, 2023
1 parent e9ccfdd commit c27f4b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qapi/run-state.json
Expand Up @@ -666,4 +666,4 @@
# Since: 7.2
##
{ 'enum': 'NotifyVmexitOption',
'data': [ 'run', 'internal-error', 'disable' ] }
'data': [ 'run', 'internal-error', 'disable' ] }

0 comments on commit c27f4b6

Please sign in to comment.