Re: [Spice-devel] [PATCH v3 06/28] Enhance code flow and indentation fix

2016-09-09 Thread Frediano Ziglio
> > This patch fixes code flow in StartDriver function. > > Based on a patch by Sandy Stutsman > > Signed-off-by: Sameeh Jubran The extra indentation is not a great enhancement. The do {} while is quite useless. The style changes without a clear coding style document are not justified. But th

[Spice-devel] [PATCH v3 06/28] Enhance code flow and indentation fix

2016-09-07 Thread Sameeh Jubran
This patch fixes code flow in StartDriver function. Based on a patch by Sandy Stutsman Signed-off-by: Sameeh Jubran --- qxldod/QxlDod.cpp | 107 ++ 1 file changed, 52 insertions(+), 55 deletions(-) diff --git a/qxldod/QxlDod.cpp b/qxldod/Qxl