Re: [PATCH v3 2/4] hw/audio: fix tab indentation

2022-10-25 Thread Amarjargal Gundjalam
On 24/10/22 23:42, Amarjargal Gundjalam wrote: On 23/10/22 15:53, Volker Rümelin wrote: Am 21.10.22 um 18:59 schrieb Amarjargal Gundjalam: The TABs should be replaced with spaces, to make sure that we have a consistent coding style with an indentation of 4 spaces everywhere. Resolves:https

Re: [PATCH v3 2/4] hw/audio: fix tab indentation

2022-10-24 Thread Amarjargal Gundjalam
On 23/10/22 15:53, Volker Rümelin wrote: Am 21.10.22 um 18:59 schrieb Amarjargal Gundjalam: The TABs should be replaced with spaces, to make sure that we have a consistent coding style with an indentation of 4 spaces everywhere. Resolves:https://gitlab.com/qemu-project/qemu/-/issues/370 Revi

Re: [PATCH v3 2/4] hw/audio: fix tab indentation

2022-10-24 Thread Volker Rümelin
Am 21.10.22 um 18:59 schrieb Amarjargal Gundjalam: The TABs should be replaced with spaces, to make sure that we have a consistent coding style with an indentation of 4 spaces everywhere. Resolves:https://gitlab.com/qemu-project/qemu/-/issues/370 Reviewed-by: Daniel P. Berrangé Signed-off-by:

[PATCH v3 2/4] hw/audio: fix tab indentation

2022-10-21 Thread Amarjargal Gundjalam
The TABs should be replaced with spaces, to make sure that we have a consistent coding style with an indentation of 4 spaces everywhere. Resolves: https://gitlab.com/qemu-project/qemu/-/issues/370 Reviewed-by: Daniel P. Berrangé Signed-off-by: Amarjargal Gundjalam --- hw/audio/fmopl.c