mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 16:23:55 -06: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:
parent
5cb993ff13
commit
48805df9c2
32 changed files with 2022 additions and 2022 deletions
|
@ -151,7 +151,7 @@ static QSLIST_HEAD(, list_element) Q_list_head;
|
|||
|
||||
#define TEST_NAME "qslist"
|
||||
#define TEST_LIST_REMOVE_RCU(el, f) \
|
||||
QSLIST_REMOVE_RCU(&Q_list_head, el, list_element, f)
|
||||
QSLIST_REMOVE_RCU(&Q_list_head, el, list_element, f)
|
||||
|
||||
#define TEST_LIST_INSERT_AFTER_RCU(list_el, el, f) \
|
||||
QSLIST_INSERT_AFTER_RCU(&Q_list_head, list_el, el, f)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue