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

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

2014-05-07 Thread Amos Kong
The space before pointers is redundant. Signed-off-by: Amos Kong --- scripts/qapi-visit.py | 20 ++-- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/scripts/qapi-visit.py b/scripts/qapi-visit.py index c6579be..25834e3 100644 --- a/scripts/qapi-visit.py +++ b/scri