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

2022-04-20 Thread Daniel Henrique Barboza
Queued in gitlab.com/danielhb/qemu/tree/ppc-next. Thanks, Daniel On 4/11/22 23:12, Guo Zhi wrote: Resolves: https://gitlab.com/qemu-project/qemu/-/issues/374 There are still some files in the QEMU PPC code base that use TABs for indentation instead of using spaces. The TABs should be replac

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

2022-04-13 Thread Guo Zhi
, "qemu-devel@nongnu.org Developers" Sent: Wednesday, April 13, 2022 9:00:15 PM Subject: Re: [PATCH v2] hw/ppc: change indentation to spaces from TABs On 4/11/22 23:12, Guo Zhi wrote: > Resolves: https://gitlab.com/qemu-project/qemu/-/issues/374 > > There are still some files

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

2022-04-13 Thread Daniel Henrique Barboza
On 4/11/22 23:12, Guo Zhi wrote: Resolves: https://gitlab.com/qemu-project/qemu/-/issues/374 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. I forgot to men

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

2022-04-11 Thread Guo Zhi
Resolves: https://gitlab.com/qemu-project/qemu/-/issues/374 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. Signed-off-by: Guo Zhi --- hw/ppc/ppc440_bamboo.c |