mirror of https://gitee.com/openkylin/libvirt.git
build: avoid 'make syntax-check' failure
* tests/utiltest.c (DO_TEST): Fix indentation for cppi.
This commit is contained in:
parent
ab0b2c1996
commit
5d382c57a1
|
@ -160,7 +160,7 @@ mymain(void)
|
|||
|
||||
virSetErrorFunc(NULL, testQuietError);
|
||||
|
||||
#define DO_TEST(_name) \
|
||||
#define DO_TEST(_name) \
|
||||
do { \
|
||||
if (virtTestRun("Util "#_name, 1, test##_name, \
|
||||
NULL) < 0) { \
|
||||
|
|
Loading…
Reference in New Issue