[PATCH qemu v2] QEMU coding style mandates spaces for indentation. This change replaces TABs in hw/ide/ and include/hw/ide.

2021-09-29 Thread ~farzon
From: Farzon Lotfi Resolves: https://gitlab.com/qemu-project/qemu/-/issues/371 Signed-off-by: Farzon Lotfi --- hw/ide/cmd646.c | 28 +-- hw/ide/core.c | 84 - hw/ide/microdrive.c | 360 +++--- include/hw/ide/internal.h

[PATCH qemu v2] QEMU coding style mandates spaces for indentation. This change replaces TABs in hw/block/ and include/hw/block.

2021-09-29 Thread ~farzon
From: Farzon Lotfi Resolves: https://gitlab.com/qemu-project/qemu/-/issues/371 Signed-off-by: Farzon Lotfi --- hw/block/fdc.c | 4 +- hw/block/nand.c | 212 +++ hw/block/onenand.c | 126 +++ hw/block/tc58128.c

[PATCH qemu v2] QEMU coding style mandates spaces for indentation. This change replaces TABs in block files.

2021-09-29 Thread ~farzon
From: Farzon Lotfi Resolves: https://gitlab.com/qemu-project/qemu/-/issues/371 Signed-off-by: Farzon Lotfi --- block/bochs.c | 10 +- block/file-posix.c | 8 block/file-win32.c | 20 ++-- block/parallels.c | 10 +- block/qcow.c| 10

[PATCH qemu] issue 371: convert tabs to spaces for the block subsystem.

2021-09-29 Thread ~farzon
From: Farzon Lotfi --- block/bochs.c | 10 +- block/file-posix.c| 8 +- block/file-win32.c| 20 +-- block/parallels.c | 10 +- block/qcow.c | 10 +- hw/block/fdc.c| 4 +- hw/block/nand.c | 212