Re: [PATCH v1] hw/ppc: change indentation to spaces from TABs

2022-04-11 Thread Guo Zhi
ot; , "qemu-devel@nongnu.org Developers" , "Peter Maydell" , "open list:RISC-V" Sent: Tuesday, April 12, 2022 12:32:23 AM Subject: Re: [PATCH v1] hw/ppc: change indentation to spaces from TABs On 4/11/22 04:23, Thomas Huth wrote: > On 11/04/2022 08.57, Bin Meng w

Re: [PATCH v1] hw/ppc: change indentation to spaces from TABs

2022-04-11 Thread Daniel Henrique Barboza
On 4/11/22 04:23, Thomas Huth wrote: On 11/04/2022 08.57, Bin Meng wrote: On Mon, Apr 11, 2022 at 2:45 PM Thomas Huth wrote: On 08/04/2022 21.19, Daniel Henrique Barboza wrote: On 4/6/22 07:08, Bin Meng wrote: On Tue, Apr 5, 2022 at 10:36 PM Guo Zhi wrote: There are still some files

Re: [PATCH v1] hw/ppc: change indentation to spaces from TABs

2022-04-11 Thread Thomas Huth
On 11/04/2022 08.57, Bin Meng wrote: On Mon, Apr 11, 2022 at 2:45 PM Thomas Huth wrote: On 08/04/2022 21.19, Daniel Henrique Barboza wrote: On 4/6/22 07:08, Bin Meng wrote: On Tue, Apr 5, 2022 at 10:36 PM Guo Zhi wrote: There are still some files in the QEMU PPC code base that use TABs

Re: [PATCH v1] hw/ppc: change indentation to spaces from TABs

2022-04-10 Thread Bin Meng
On Mon, Apr 11, 2022 at 2:45 PM Thomas Huth wrote: > > On 08/04/2022 21.19, Daniel Henrique Barboza wrote: > > > > > > On 4/6/22 07:08, Bin Meng wrote: > >> On Tue, Apr 5, 2022 at 10:36 PM Guo Zhi wrote: > >>> > >>> There are still some files in the QEMU PPC code base that use TABs for > >>> inde

Re: [PATCH v1] hw/ppc: change indentation to spaces from TABs

2022-04-10 Thread Thomas Huth
On 08/04/2022 21.19, Daniel Henrique Barboza wrote: On 4/6/22 07:08, Bin Meng wrote: On Tue, Apr 5, 2022 at 10:36 PM Guo Zhi wrote: There are still some files in the QEMU PPC code base that use TABs for indentation instead of usingĀ  spaces. The TABs should be replaced so that we have a co

Re: [PATCH v1] hw/ppc: change indentation to spaces from TABs

2022-04-08 Thread Daniel Henrique Barboza
On 4/6/22 07:08, Bin Meng wrote: On Tue, Apr 5, 2022 at 10:36 PM Guo Zhi wrote: There are still some files in the QEMU PPC code base that use TABs for indentation instead of using spaces. The TABs should be replaced so that we have a consistent coding style. If this patch is applied, iss

Re: [PATCH v1] hw/ppc: change indentation to spaces from TABs

2022-04-06 Thread Bin Meng
On Tue, Apr 5, 2022 at 10:36 PM Guo Zhi wrote: > > There are still some files in the QEMU PPC code base that use TABs for > indentation instead of using spaces. > The TABs should be replaced so that we have a consistent coding style. > > If this patch is applied, issue: > > https://gitlab.com/qe

[PATCH v1] hw/ppc: change indentation to spaces from TABs

2022-04-05 Thread Guo Zhi
There are still some files in the QEMU PPC code base that use TABs for indentation instead of using spaces. The TABs should be replaced so that we have a consistent coding style. If this patch is applied, issue: https://gitlab.com/qemu-project/qemu/-/issues/374 can be closed. Signed-off-by: G