mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-02-26 05:12:20 +00:00
tests: Fix preprocessor indentation
This commit is contained in:
parent
7ebe214942
commit
50d65bef66
@ -70,7 +70,7 @@ mymain(int argc ATTRIBUTE_UNUSED,
|
||||
int ret = 0;
|
||||
|
||||
|
||||
# define DO_TEST(msg, cb, data) \
|
||||
#define DO_TEST(msg, cb, data) \
|
||||
do { \
|
||||
struct testInfo info = { data }; \
|
||||
if (virtTestRun("Buf: " msg, 1, cb, &info) < 0) \
|
||||
|
Loading…
x
Reference in New Issue
Block a user