Re: [Qemu-devel] [PATCH v4 1/3] qapi: fix coding style in parameters list

2014-05-20 Thread Amos Kong
On Mon, May 12, 2014 at 08:57:30PM -0600, Eric Blake wrote: > On 05/07/2014 07:14 PM, Amos Kong wrote: > > The space before pointers is redundant. > > > > Signed-off-by: Amos Kong > > --- > > scripts/qapi-visit.py | 20 ++-- > > 1 file changed, 10 insertions(+), 10 deletions(-) >

Re: [Qemu-devel] [PATCH v4 1/3] qapi: fix coding style in parameters list

2014-05-12 Thread Eric Blake
On 05/07/2014 07:14 PM, Amos Kong wrote: > The space before pointers is redundant. > > Signed-off-by: Amos Kong > --- > scripts/qapi-visit.py | 20 ++-- > 1 file changed, 10 insertions(+), 10 deletions(-) Appears to be unchanged from v2. Missing the Reviewed-by I gave on v2 fo