mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-23 06:05:27 +00:00
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
Block a user