Re: [Qemu-devel] [PATCH 11/11] target-arm: Fix brace style in reindented code

2015-01-26 Thread Greg Bellows
On Fri, Jan 23, 2015 at 12:20 PM, Peter Maydell wrote: > This patch fixes the brace style in the code reindented in the > previous commit. > > Signed-off-by: Peter Maydell > --- > target-arm/helper.c | 36 +++- > 1 file changed, 23 insertions(+), 13 deletions(-)

[Qemu-devel] [PATCH 11/11] target-arm: Fix brace style in reindented code

2015-01-23 Thread Peter Maydell
This patch fixes the brace style in the code reindented in the previous commit. Signed-off-by: Peter Maydell --- target-arm/helper.c | 36 +++- 1 file changed, 23 insertions(+), 13 deletions(-) diff --git a/target-arm/helper.c b/target-arm/helper.c index 3a23af8.