diff options
author | Yeqi Fu <fufuyqqqqqq@gmail.com> | 2023-03-14 17:50:01 +0800 |
---|---|---|
committer | Thomas Huth <thuth@redhat.com> | 2023-03-24 11:45:46 +0100 |
commit | d091b5b442ea0b28bea2d108dad5dfe1ee2ac7cc (patch) | |
tree | 4b0ae2a5f5f4678f484856978e0597a80dcb5ae7 /hw/block/fdc.c | |
parent | 0030b244a7dc8411b534854167c62817511c5f0e (diff) |
hw/block: replace TABs with space
Bring the block files in line with the QEMU coding style, with spaces
for indentation. This patch partially resolves the issue 371.
Resolves: https://gitlab.com/qemu-project/qemu/-/issues/371
Signed-off-by: Yeqi Fu <fufuyqqqqqq@gmail.com>
Message-Id: <20230314095001.13801-1-fufuyqqqqqq@gmail.com>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
Diffstat (limited to 'hw/block/fdc.c')
-rw-r--r-- | hw/block/fdc.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hw/block/fdc.c b/hw/block/fdc.c index 64ae4a6899..d7cc4d3ec1 100644 --- a/hw/block/fdc.c +++ b/hw/block/fdc.c @@ -601,8 +601,8 @@ enum { }; enum { - FD_STATE_MULTI = 0x01, /* multi track flag */ - FD_STATE_FORMAT = 0x02, /* format flag */ + FD_STATE_MULTI = 0x01, /* multi track flag */ + FD_STATE_FORMAT = 0x02, /* format flag */ }; enum { |