[libvirt] [PATCH] Fix tab vs space

Guido Günther agx at sigxcpu.org
Mon Oct 15 07:19:21 UTC 2012


I've pushed that one already under the build breaker rule:

that broke "make syntax-check"

found by http://honk.sigxcpu.org:8001/job/libvirt-syntax-check/157/

Pushed under the build breaker rule.
---
 src/qemu/qemu_driver.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/qemu/qemu_driver.c b/src/qemu/qemu_driver.c
index b3e8424..b380d2d 100644
--- a/src/qemu/qemu_driver.c
+++ b/src/qemu/qemu_driver.c
@@ -3731,7 +3731,7 @@ static int qemudDomainHotplugVcpus(struct qemud_driver *driver,
             }
 
             virCgroupFree(&cgroup_vcpu);
-	}
+        }
     } else {
         for (i = oldvcpus - 1; i >= nvcpus; i--) {
             virDomainVcpuPinDefPtr vcpupin = NULL;
-- 
1.7.10.4




More information about the libvir-list mailing list