mirror of
https://github.com/mii443/qemu.git
synced 2025-08-22 15:15:46 +00:00
replace TABs with spaces
Bring the files in line with the QEMU coding style, with spaces for indentation. Resolves: https://gitlab.com/qemu-project/qemu/-/issues/378 Signed-off-by: Yeqi Fu <fufuyqqqqqq@gmail.com> Message-Id: <20230315032649.57568-1-fufuyqqqqqq@gmail.com> Reviewed-by: Thomas Huth <thuth@redhat.com> Signed-off-by: Thomas Huth <thuth@redhat.com>
This commit is contained in:
@ -122,7 +122,7 @@
|
||||
read_fw var ## _SIZE; \
|
||||
mov %eax, %ecx; \
|
||||
read_fw var ## _ADDR; \
|
||||
mov %eax, %edi ;\
|
||||
mov %eax, %edi ; \
|
||||
read_fw_dma var ## _DATA, %ecx, %edi
|
||||
#else
|
||||
#define read_fw_blob_dma(var) read_fw_blob(var)
|
||||
|
Reference in New Issue
Block a user