mirror of https://gitee.com/openkylin/libvirt.git
build: fix whitespace damage
Introduced in commit 1f8c33b67
.
* src/lxc/lxc_container.c (lxcContainerGetSubtree): Avoid TAB.
This commit is contained in:
parent
1f8c33b672
commit
3c42abe661
|
@ -1048,7 +1048,7 @@ static int lxcContainerGetSubtree(const char *prefix,
|
|||
virReportOOMError();
|
||||
goto cleanup;
|
||||
}
|
||||
nmounts++;
|
||||
nmounts++;
|
||||
VIR_DEBUG("Grabbed %s", mntent.mnt_dir);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue