Re: [Qemu-devel] [PATCH v2 1/5] target-microblaze: Fix up indentation

2015-05-27 Thread Edgar E. Iglesias
On Thu, May 28, 2015 at 03:36:25PM +1000, Alistair Francis wrote: > Fix up the incorrect indentation level in the helper_stackprot() function. > > Signed-off-by: Alistair Francis > Reviewed-by: Peter Crosthwaite Reviewed-by: Edgar E. Iglesias > --- > > target-microblaze/op_helper.c | 10

[Qemu-devel] [PATCH v2 1/5] target-microblaze: Fix up indentation

2015-05-27 Thread Alistair Francis
Fix up the incorrect indentation level in the helper_stackprot() function. Signed-off-by: Alistair Francis Reviewed-by: Peter Crosthwaite --- target-microblaze/op_helper.c | 10 +- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/target-microblaze/op_helper.c b/target-m