[Qemu-devel] [PATCH v5 4/7] qtest: Fix whitespace

2017-01-04 Thread Alastair D'Silva
From: Alastair D'Silva Fix 2 cases of incorrect indentation Signed-off-by: Alastair D'Silva --- qtest.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/qtest.c b/qtest.c index a947892..143077e 100644 --- a/qtest.c +++ b/qtest.c @@ -309,7 +309,7 @@ static void qtest_proc

Re: [Qemu-devel] [PATCH v5 4/7] qtest: Fix whitespace

2017-01-16 Thread Peter Maydell
On 5 January 2017 at 04:34, Alastair D'Silva wrote: > From: Alastair D'Silva > > Fix 2 cases of incorrect indentation > > Signed-off-by: Alastair D'Silva > --- > qtest.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/qtest.c b/qtest.c > index a947892..143077e 10064