build: avoid 'make syntax-check' failure

* tests/utiltest.c (DO_TEST): Fix indentation for cppi.
This commit is contained in:
Eric Blake 2011-07-01 16:27:19 -06:00
parent ab0b2c1996
commit 5d382c57a1

View File

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