]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
build: fix whitespace damage
authorEric Blake <eblake@redhat.com>
Mon, 18 Jun 2012 16:13:32 +0000 (10:13 -0600)
committerEric Blake <eblake@redhat.com>
Mon, 18 Jun 2012 16:13:57 +0000 (10:13 -0600)
Introduced in commit 1f8c33b67.

* src/lxc/lxc_container.c (lxcContainerGetSubtree): Avoid TAB.

src/lxc/lxc_container.c

index 3d90c87e86b6cae7426681a4d2d31bca6630c071..b27a5371e24ee3dcbceb7fe4edf839ab4da591e3 100644 (file)
@@ -1048,7 +1048,7 @@ static int lxcContainerGetSubtree(const char *prefix,
             virReportOOMError();
             goto cleanup;
         }
-       nmounts++;
+        nmounts++;
         VIR_DEBUG("Grabbed %s", mntent.mnt_dir);
     }