[libvirt] [PATCH] build: avoid 'make syntax-check' failure

Eric Blake eblake at redhat.com
Fri Jul 1 22:27:42 UTC 2011


* tests/utiltest.c (DO_TEST): Fix indentation for cppi.
---

Pushing under the build-breaker rule.

 tests/utiltest.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/tests/utiltest.c b/tests/utiltest.c
index 1b26b72..774a2f7 100644
--- a/tests/utiltest.c
+++ b/tests/utiltest.c
@@ -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) {                                      \
-- 
1.7.4.4




More information about the libvir-list mailing list