Signed-off-by: Martin Kletzander <mkletzan(a)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