]> xenbits.xensource.com Git - libvirt.git/commitdiff
Fix tab vs space
authorGuido Günther <agx@sigxcpu.org>
Mon, 15 Oct 2012 07:15:14 +0000 (09:15 +0200)
committerGuido Günther <agx@sigxcpu.org>
Mon, 15 Oct 2012 07:18:18 +0000 (09:18 +0200)
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

index b3e84247188303043fc8c4d9b002f3dfa5e8656f..b380d2db54a1e88f2fbabbfbd157623ac1e3d3d7 100644 (file)
@@ -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;