mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-22 05:35:25 +00:00
tests: Fix indentation in virhostcputest
Signed-off-by: Martin Kletzander <mkletzan@redhat.com>
This commit is contained in:
parent
ce0bb3cb64
commit
4c818e76aa
@ -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 { \
|
||||
|
Loading…
Reference in New Issue
Block a user