[libvirt] [PATCH] Fix tab vs space

Guannan Ren gren at redhat.com
Mon Oct 15 07:37:16 UTC 2012


On 10/15/2012 03:19 PM, Guido Günther wrote:
> 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;

   ACK

   Guannan




More information about the libvir-list mailing list