diff mbox

qmp: clean out whitespace

Message ID 1402923832-20848-1-git-send-email-mst@redhat.com
State New
Headers show

Commit Message

Michael S. Tsirkin June 16, 2014, 1:05 p.m. UTC
qmp-commands.hx has some UTF8 space characters.
Replace with ascii whitespace.

Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
---
 qmp-commands.hx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Luiz Capitulino June 19, 2014, 3:09 p.m. UTC | #1
On Mon, 16 Jun 2014 16:05:26 +0300
"Michael S. Tsirkin" <mst@redhat.com> wrote:

> qmp-commands.hx has some UTF8 space characters.
> Replace with ascii whitespace.
> 
> Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
> ---
>  qmp-commands.hx | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/qmp-commands.hx b/qmp-commands.hx
> index bb34cd8..2009034 100644
> --- a/qmp-commands.hx
> +++ b/qmp-commands.hx
> @@ -3569,7 +3569,7 @@ Example:
>                            "format":"qcow2",
>                            "virtual-size":2048000
>                        }
> -                   } } ] }
> +                   } } ] }
>  
>  EQMP
>  

This one doesn't apply.
Michael S. Tsirkin June 19, 2014, 7:27 p.m. UTC | #2
On Thu, Jun 19, 2014 at 11:09:26AM -0400, Luiz Capitulino wrote:
> On Mon, 16 Jun 2014 16:05:26 +0300
> "Michael S. Tsirkin" <mst@redhat.com> wrote:
> 
> > qmp-commands.hx has some UTF8 space characters.
> > Replace with ascii whitespace.
> > 
> > Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
> > ---
> >  qmp-commands.hx | 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> > 
> > diff --git a/qmp-commands.hx b/qmp-commands.hx
> > index bb34cd8..2009034 100644
> > --- a/qmp-commands.hx
> > +++ b/qmp-commands.hx
> > @@ -3569,7 +3569,7 @@ Example:
> >                            "format":"qcow2",
> >                            "virtual-size":2048000
> >                        }
> > -                   } } ] }
> > +                   } } ] }
> >  
> >  EQMP
> >  
> 
> This one doesn't apply.

it's for pci tree.
diff mbox

Patch

diff --git a/qmp-commands.hx b/qmp-commands.hx
index bb34cd8..2009034 100644
--- a/qmp-commands.hx
+++ b/qmp-commands.hx
@@ -3569,7 +3569,7 @@  Example:
                           "format":"qcow2",
                           "virtual-size":2048000
                       }
-                   } } ] }
+                   } } ] }
 
 EQMP