[libvirt] [PATCH 07/23] tests: Fix indentation in virhostcputest

Martin Kletzander mkletzan at redhat.com
Fri Mar 24 18:59:55 UTC 2017


Signed-off-by: Martin Kletzander <mkletzan at redhat.com>
---
 tests/virhostcputest.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tests/virhostcputest.c b/tests/virhostcputest.c
index 8387956bde6a..09be1208de40 100644
--- a/tests/virhostcputest.c
+++ b/tests/virhostcputest.c
@@ -249,8 +249,8 @@ mymain(void)
         return EXIT_FAILURE;

     for (i = 0; i < ARRAY_CARDINALITY(nodeData); i++)
-      if (virTestRun(nodeData[i].testName, linuxTestHostCPU, &nodeData[i]) != 0)
-        ret = -1;
+        if (virTestRun(nodeData[i].testName, linuxTestHostCPU, &nodeData[i]) != 0)
+            ret = -1;

 # define DO_TEST_CPU_STATS(name, ncpus) \
     do { \
-- 
2.12.0




More information about the libvir-list mailing list