Re: [PATCH] hw/block: replace TABs with space Bring the block files in line with the QEMU coding style, with spaces for indentation. Resolves: https://gitlab.com/qemu-project/qemu/-/issues/371

2023-03-10 Thread Eric Blake
Missing the blank line between the one-line summary and the rest of the commit body, which killed the subject line. You now have multiple threads referencing gitlab issue 371; maybe instead of saying 'Resolves:', you should just mention that each patch is a partial resolution (since one patch in i

[PATCH] hw/block: replace TABs with space Bring the block files in line with the QEMU coding style, with spaces for indentation. Resolves: https://gitlab.com/qemu-project/qemu/-/issues/371

2023-03-10 Thread Yeqi Fu
Signed-off-by: Yeqi Fu --- hw/block/fdc.c | 4 +- hw/block/nand.c| 222 ++--- hw/block/onenand.c | 126 - hw/block/tc58128.c | 136 +-- 4 files changed, 244 insertions(+), 244 deletions(-) diff --gi