]> xenbits.xensource.com Git - libvirt.git/commitdiff
build: avoid 'make syntax-check' failure
authorEric Blake <eblake@redhat.com>
Fri, 1 Jul 2011 22:27:19 +0000 (16:27 -0600)
committerEric Blake <eblake@redhat.com>
Fri, 1 Jul 2011 22:46:20 +0000 (16:46 -0600)
* tests/utiltest.c (DO_TEST): Fix indentation for cppi.

tests/utiltest.c

index 1b26b72373dfcc693d9b5c7eb09162514b7895fd..774a2f7dd442dc8083cb7fd7b35230de5f8bdb93 100644 (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) {                                      \