Re: [Qemu-devel] [PATCH v6 0/3] qapi: fix coding style in generated code

2014-06-19 Thread Luiz Capitulino
On Tue, 10 Jun 2014 19:25:50 +0800 Amos Kong wrote: > Not a serious issue, but it's helpful if we can fix it. Applied to the qmp branch, thanks. > > V2: split change of scripts/qapi-visit.py to a split patch, > eat space by using a special char as Markus suggested > V3: update commitlog, u

[Qemu-devel] [PATCH v6 0/3] qapi: fix coding style in generated code

2014-06-10 Thread Amos Kong
Not a serious issue, but it's helpful if we can fix it. V2: split change of scripts/qapi-visit.py to a split patch, eat space by using a special char as Markus suggested V3: update commitlog, update special string, fix of adding const replace string by pattern V4: fix pattern to cleanup sp