Add clang-format and format code to qemu code style
This commit is contained in:
@ -3,6 +3,4 @@
|
||||
const uint64_t code_start = 0x1000;
|
||||
const uint64_t code_len = 0x4000;
|
||||
|
||||
TEST_LIST = {
|
||||
{ NULL, NULL }
|
||||
};
|
||||
TEST_LIST = {{NULL, NULL}};
|
Reference in New Issue
Block a user