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

Martin Kletzander posted 23 patches 8 years, 10 months ago
[libvirt] [PATCH 07/23] tests: Fix indentation in virhostcputest
Posted by Martin Kletzander 8 years, 10 months ago
Signed-off-by: Martin Kletzander <mkletzan@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

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list