Re: [PATCH] sh4: Coding style: Remove tabs

2023-11-26 Thread Thomas Huth
On 24/11/2023 16.30, Philippe Mathieu-Daudé wrote: Hi, On 24/11/23 05:45, xun wrote: From: Yihuan Pan Replaces TABS with spaces to ensure have a consistent coding style with an indentation of 4 spaces in the SH4 subsystem. Resolves: https://gitlab.com/qemu-project/qemu/-/issues/376 Signed-of

Re: [PATCH] sh4: Coding style: Remove tabs

2023-11-24 Thread Philippe Mathieu-Daudé
Hi, On 24/11/23 05:45, xun wrote: From: Yihuan Pan Replaces TABS with spaces to ensure have a consistent coding style with an indentation of 4 spaces in the SH4 subsystem. Resolves: https://gitlab.com/qemu-project/qemu/-/issues/376 Signed-off-by: Yihuan Pan --- linux-user/sh4/termbits.h |

[PATCH] sh4: Coding style: Remove tabs

2023-11-24 Thread xun
From: Yihuan Pan Replaces TABS with spaces to ensure have a consistent coding style with an indentation of 4 spaces in the SH4 subsystem. Resolves: https://gitlab.com/qemu-project/qemu/-/issues/376 Signed-off-by: Yihuan Pan --- linux-user/sh4/termbits.h | 204 +++--- target/sh4/cpu.h