tests: Fix preprocessor indentation

This commit is contained in:
Jiri Denemark 2010-09-13 13:33:31 +02:00
parent 7ebe214942
commit 50d65bef66

View File

@ -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) \