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
This commit is contained in:
Peter Maydell 2023-04-17 17:40:40 +01:00
parent e9ccfdd91d
commit c27f4b665d
1 changed files with 1 additions and 1 deletions

View File

@ -666,4 +666,4 @@
# Since: 7.2
##
{ 'enum': 'NotifyVmexitOption',
'data': [ 'run', 'internal-error', 'disable' ] }
'data': [ 'run', 'internal-error', 'disable' ] }