[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PATCH] qmp: clean out whitespace
From: |
Michael S. Tsirkin |
Subject: |
Re: [Qemu-devel] [PATCH] qmp: clean out whitespace |
Date: |
Thu, 19 Jun 2014 22:27:09 +0300 |
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" <address@hidden> wrote:
>
> > qmp-commands.hx has some UTF8 space characters.
> > Replace with ascii whitespace.
> >
> > Signed-off-by: Michael S. Tsirkin <address@hidden>
> > ---
> > 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.