Re: [PATCH 4/7] target/ppc: Remove some unneded line breaks

2023-06-01 Thread Cédric Le Goater
On 5/30/23 15:28, BALATON Zoltan wrote: Make lines shorter and fix indentation in some functions prototypes. Signed-off-by: BALATON Zoltan Reviewed-by: Cédric Le Goater Thanks, C. --- target/ppc/cpu.h| 8 +++- target/ppc/mmu_common.c | 8 +++- 2 files changed, 6 inse

[PATCH 4/7] target/ppc: Remove some unneded line breaks

2023-05-30 Thread BALATON Zoltan
Make lines shorter and fix indentation in some functions prototypes. Signed-off-by: BALATON Zoltan --- target/ppc/cpu.h| 8 +++- target/ppc/mmu_common.c | 8 +++- 2 files changed, 6 insertions(+), 10 deletions(-) diff --git a/target/ppc/cpu.h b/target/ppc/cpu.h index 77eb5edea2.