diff mbox series

[1/7] qapi: Drop stray trailing symbol

Message ID 20220429154758.354610-2-abologna@redhat.com
State New
Headers show
Series qapi: Primarily whitespace tweaks | expand

Commit Message

Andrea Bolognani April 29, 2022, 3:47 p.m. UTC
Signed-off-by: Andrea Bolognani <abologna@redhat.com>
---
 qapi/run-state.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Markus Armbruster May 2, 2022, 8:22 a.m. UTC | #1
Andrea Bolognani <abologna@redhat.com> writes:

> Signed-off-by: Andrea Bolognani <abologna@redhat.com>
> ---
>  qapi/run-state.json | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/qapi/run-state.json b/qapi/run-state.json
> index 8124220bd9..15d6c9a2ed 100644
> --- a/qapi/run-state.json
> +++ b/qapi/run-state.json
> @@ -348,7 +348,7 @@
>  #
>  # @poweroff: Shutdown the VM and exit
>  #
> -# @pause: pause the VM#
> +# @pause: pause the VM
>  #
>  # Since: 6.0
>  ##

Reviewed-by: Markus Armbruster <armbru@redhat.com>
diff mbox series

Patch

diff --git a/qapi/run-state.json b/qapi/run-state.json
index 8124220bd9..15d6c9a2ed 100644
--- a/qapi/run-state.json
+++ b/qapi/run-state.json
@@ -348,7 +348,7 @@ 
 #
 # @poweroff: Shutdown the VM and exit
 #
-# @pause: pause the VM#
+# @pause: pause the VM
 #
 # Since: 6.0
 ##