Re: [PATCH v2 08/10] target/riscv: Fix format for indentation

2023-04-04 Thread Alistair Francis
On Mon, Mar 27, 2023 at 6:11 PM Weiwei Li wrote: > > Fix identation problems, and try to use the same indentation strategy > in the same file. > > Signed-off-by: Weiwei Li > Signed-off-by: Junqiang Wang > Reviewed-by: LIU Zhiwei Acked-by: Alistair Francis Alistair > --- > target/riscv/arch

[PATCH v2 08/10] target/riscv: Fix format for indentation

2023-03-27 Thread Weiwei Li
Fix identation problems, and try to use the same indentation strategy in the same file. Signed-off-by: Weiwei Li Signed-off-by: Junqiang Wang Reviewed-by: LIU Zhiwei --- target/riscv/arch_dump.c| 4 +- target/riscv/cpu.c | 4 +- target/riscv/cpu_helper.