From: Eric Blake Date: Mon, 18 Jun 2012 16:13:32 +0000 (-0600) Subject: build: fix whitespace damage X-Git-Tag: v0.9.13-rc1~52 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3c42abe661e2c1fbee88c20cab33efad747b35b0;p=thirdparty%2Flibvirt.git build: fix whitespace damage Introduced in commit 1f8c33b67. * src/lxc/lxc_container.c (lxcContainerGetSubtree): Avoid TAB. --- diff --git a/src/lxc/lxc_container.c b/src/lxc/lxc_container.c index 3d90c87e86..b27a5371e2 100644 --- a/src/lxc/lxc_container.c +++ b/src/lxc/lxc_container.c @@ -1048,7 +1048,7 @@ static int lxcContainerGetSubtree(const char *prefix, virReportOOMError(); goto cleanup; } - nmounts++; + nmounts++; VIR_DEBUG("Grabbed %s", mntent.mnt_dir); }