Re: [PATCH v2 14/14] disas/riscv: Replace TABs with space

2023-11-01 Thread Alistair Francis
On Fri, Oct 27, 2023 at 1:21 AM Max Chou wrote: > > Replaces TABs with spaces, making sure to have a consistent coding style > of 4 space indentations. > > Signed-off-by: Max Chou Acked-by: Alistair Francis Alistair > --- > disas/riscv.c | 6 +++--- > 1 file changed, 3 insertions(+), 3

[PATCH v2 14/14] disas/riscv: Replace TABs with space

2023-10-26 Thread Max Chou
Replaces TABs with spaces, making sure to have a consistent coding style of 4 space indentations. Signed-off-by: Max Chou --- disas/riscv.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/disas/riscv.c b/disas/riscv.c index 7ea6ea050e9..e9458e574b9 100644 ---