Re: [Qemu-devel] [PATCH 1/3] block: drive_init(): Fix indentation

2011-07-01 Thread Luiz Capitulino
On Fri, 01 Jul 2011 09:16:38 +0200 Markus Armbruster wrote: > Luiz Capitulino writes: > > > Some constructions in that function have broken indentation. Fix them. > > > > Signed-off-by: Luiz Capitulino > > --- > > blockdev.c | 52 ++-- > > 1 f

Re: [Qemu-devel] [PATCH 1/3] block: drive_init(): Fix indentation

2011-07-01 Thread Markus Armbruster
Luiz Capitulino writes: > Some constructions in that function have broken indentation. Fix them. > > Signed-off-by: Luiz Capitulino > --- > blockdev.c | 52 ++-- > 1 files changed, 26 insertions(+), 26 deletions(-) > > diff --git a/blockdev.c b/

Re: [Qemu-devel] [PATCH 1/3] block: drive_init(): Fix indentation

2011-06-30 Thread Stefan Weil
Am 30.06.2011 20:33, schrieb Luiz Capitulino: Some constructions in that function have broken indentation. Fix them. Signed-off-by: Luiz Capitulino --- blockdev.c | 52 ++-- 1 files changed, 26 insertions(+), 26 deletions(-) Hi, the new indenta

[Qemu-devel] [PATCH 1/3] block: drive_init(): Fix indentation

2011-06-30 Thread Luiz Capitulino
Some constructions in that function have broken indentation. Fix them. Signed-off-by: Luiz Capitulino --- blockdev.c | 52 ++-- 1 files changed, 26 insertions(+), 26 deletions(-) diff --git a/blockdev.c b/blockdev.c index 7d579d6..27bf68a 100644