mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
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);
|
virSetErrorFunc(NULL, testQuietError);
|
||||||
|
|
||||||
#define DO_TEST(_name) \
|
#define DO_TEST(_name) \
|
||||||
do { \
|
do { \
|
||||||
if (virtTestRun("Util "#_name, 1, test##_name, \
|
if (virtTestRun("Util "#_name, 1, test##_name, \
|
||||||
NULL) < 0) { \
|
NULL) < 0) { \
|
||||||
|
Loading…
Reference in New Issue
Block a user