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

2016-02-15 Thread Fabiano FidĂȘncio
On Mon, Feb 15, 2016 at 9:05 PM, Jonathon Jongsma wrote: > On Mon, 2016-02-15 at 12:31 -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

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

2016-02-15 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