Re: [virt-tools-list] [PATCH v3 2/5] Minor code cleanups

2016-02-15 Thread Eduardo Lima (Etrunko)
On 02/15/2016 11:51 AM, Fabiano FidĂȘncio wrote: > > Acked-by: Fabiano FidĂȘncio > > Anyways. was this patch already ACKed in the previous iterations, no? > It might have, but I don't have write permissions to the repositories, so I can't push. -- Eduardo de Barros Lima

Re: [virt-tools-list] [PATCH v3 2/5] Minor code cleanups

2016-02-15 Thread Fabiano FidĂȘncio
On Fri, 2016-02-12 at 09:35 -0200, Eduardo Lima (Etrunko) wrote: > - Reuse #ifdef HAVE_SPICE_GTK block for include. > - Move declaration of vfunc together with others of the same class. > - Move variable declaration to the top of the function. > > Signed-off-by: Eduardo Lima (Etrunko)

[virt-tools-list] [PATCH v3 2/5] Minor code cleanups

2016-02-12 Thread Eduardo Lima (Etrunko)
- Reuse #ifdef HAVE_SPICE_GTK block for include. - Move declaration of vfunc together with others of the same class. - Move variable declaration to the top of the function. Signed-off-by: Eduardo Lima (Etrunko) --- src/remote-viewer.c | 13 +++-- 1 file changed, 7