Re: [PATCH v4 4/4] hw/usb: fix tab indentation

2022-11-08 Thread Thomas Huth
On 02/11/2022 07.51, Thomas Huth wrote: On 31/10/2022 20.10, Amarjargal Gundjalam wrote: On 26/10/22 00:22, Thomas Huth wrote: On 25/10/2022 16.28, Amarjargal Gundjalam wrote: The TABs should be replaced with spaces, to make sure that we have a consistent coding style with an indentation of 4

Re: [PATCH v4 4/4] hw/usb: fix tab indentation

2022-11-01 Thread Thomas Huth
On 31/10/2022 20.10, Amarjargal Gundjalam wrote: On 26/10/22 00:22, Thomas Huth wrote: On 25/10/2022 16.28, Amarjargal Gundjalam wrote: 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://gi

Re: [PATCH v4 4/4] hw/usb: fix tab indentation

2022-10-31 Thread Amarjargal Gundjalam
On 26/10/22 00:22, Thomas Huth wrote: On 25/10/2022 16.28, Amarjargal Gundjalam wrote: 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-

Re: [PATCH v4 4/4] hw/usb: fix tab indentation

2022-10-25 Thread Thomas Huth
On 25/10/2022 16.28, Amarjargal Gundjalam wrote: 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: A

[PATCH v4 4/4] hw/usb: fix tab indentation

2022-10-25 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/usb/dev-hub.c