Re: [PATCH] block: replace TABs with space

2023-03-10 Thread Kevin Wolf
Am 09.03.2023 um 19:46 hat Eric Blake geschrieben: > On Fri, Mar 10, 2023 at 12:10:08AM +0800, Yeqi Fu wrote: > > Bring the block files in line with the QEMU coding style, with spaces > > for indentation. > > Resolves: https://gitlab.com/qemu-project/qemu/-/issues/371 > > > > Signed-off-by: Yeqi

Re: [PATCH] block: replace TABs with space

2023-03-09 Thread Eric Blake
On Fri, Mar 10, 2023 at 12:10:08AM +0800, Yeqi Fu wrote: > Bring the block files in line with the QEMU coding style, with spaces > for indentation. > Resolves: https://gitlab.com/qemu-project/qemu/-/issues/371 > > Signed-off-by: Yeqi Fu > --- > block/bochs.c | 12 +-- >

[PATCH] block: replace TABs with space

2023-03-09 Thread Yeqi Fu
Bring the block files in line with the QEMU coding style, with spaces for indentation. Resolves: https://gitlab.com/qemu-project/qemu/-/issues/371 Signed-off-by: Yeqi Fu --- block/bochs.c | 12 +-- block/file-posix.c | 52 ++---