diff options
author | Peter Maydell <peter.maydell@linaro.org> | 2023-04-17 17:40:40 +0100 |
---|---|---|
committer | Peter Maydell <peter.maydell@linaro.org> | 2023-05-02 15:47:40 +0100 |
commit | c27f4b665de57e22ae425a7767dd92a3274663b0 (patch) | |
tree | 34b1681fe4d533cd87ddc7a5e5a807ee48d6bd0a | |
parent | e9ccfdd91d7c7752846812c8cda015eee91e728d (diff) |
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
-rw-r--r-- | qapi/run-state.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qapi/run-state.json b/qapi/run-state.json index e5f5d31395..09ea120292 100644 --- a/qapi/run-state.json +++ b/qapi/run-state.json @@ -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' ] } |