Re: [Qemu-devel] [PATCH v2 1/3] vl: Avoid unnecessary 'if' nesting

2014-11-12 Thread Andrew Jones
On Tue, Nov 11, 2014 at 04:50:54PM -0200, Eduardo Habkost wrote: > Just a coding style change, to make other changes easier to review. > > Signed-off-by: Eduardo Habkost > --- > vl.c | 10 -- > 1 file changed, 4 insertions(+), 6 deletions(-) > > diff --git a/vl.c b/vl.c > index f4a6e5e.

[Qemu-devel] [PATCH v2 1/3] vl: Avoid unnecessary 'if' nesting

2014-11-11 Thread Eduardo Habkost
Just a coding style change, to make other changes easier to review. Signed-off-by: Eduardo Habkost --- vl.c | 10 -- 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/vl.c b/vl.c index f4a6e5e..c1bfc9b 100644 --- a/vl.c +++ b/vl.c @@ -1284,13 +1284,11 @@ static void smp_parse