qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH v3 3/3] qapi: Suppress unwanted space between ty


From: Luiz Capitulino
Subject: Re: [Qemu-devel] [PATCH v3 3/3] qapi: Suppress unwanted space between type and identifier
Date: Mon, 28 Apr 2014 14:29:03 -0400

On Mon, 28 Apr 2014 17:46:41 +0200
Paolo Bonzini <address@hidden> wrote:

> Il 28/04/2014 09:02, Amos Kong ha scritto:
> >  def mcgen(code, **kwds):
> > -    return cgen('\n'.join(code.split('\n')[1:-1]), **kwds)
> > +    raw = cgen('\n'.join(code.split('\n')[1:-1]), **kwds)
> > +    return re.sub(re.escape(eatspace) + ' +', '', raw)
> 
> I'd feel a little more confident with ' *' instead of one-or-more. 
> Otherwise
> 
> Reviewed-by: Paolo Bonzini <address@hidden>
> 
> Who's going to handle this series?  Luiz?

I can do it. It helps if more people reviews it.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]