Re: [Qemu-devel] [PATCH] astyle: Formatting rules for QEMU

2012-02-18 Thread Stefan Weil
Am 18.02.2012 11:10, schrieb Blue Swirl: There are still indentation problems when expressions continue to next line, also this does not look OK: --- a/target-sparc/translate.c +++ b/target-sparc/translate.c @@ -36,7 +36,7 @@ #define DYNAMIC_PC 1 /* dynamic pc value */ #define JUMP_PC 2 /* dynam

Re: [Qemu-devel] [PATCH] astyle: Formatting rules for QEMU

2012-02-18 Thread Blue Swirl
On Sat, Feb 18, 2012 at 09:07, Stefan Weil wrote: > These AStyle rules try to implement the QEMU coding style. > > AStyle can also fix only certain aspects of the coding style, > for example indentation. > > Signed-off-by: Stefan Weil > --- > > Hi Blue, > > maybe this AStyle rules work better. I