From 3c42abe661e2c1fbee88c20cab33efad747b35b0 Mon Sep 17 00:00:00 2001 From: Eric Blake Date: Mon, 18 Jun 2012 10:13:32 -0600 Subject: [PATCH] build: fix whitespace damage Introduced in commit 1f8c33b67. * src/lxc/lxc_container.c (lxcContainerGetSubtree): Avoid TAB. --- src/lxc/lxc_container.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } -- 2.47.2