diff mbox series

[PULL,24/35] qapi/run-state.json: Fix missing newline at end of file

Message ID 20230502121459.2422303-25-peter.maydell@linaro.org
State Accepted
Commit c27f4b665de57e22ae425a7767dd92a3274663b0
Headers show
Series [PULL,01/35] target/arm: Move cortex sysregs into a separate file | expand

Commit Message

Peter Maydell May 2, 2023, 12:14 p.m. UTC
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
---
 qapi/run-state.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/qapi/run-state.json b/qapi/run-state.json
index e5f5d313954..09ea1202927 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' ] }