mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-18 18:45:16 +00:00
lxc: Fixed indentation
Signed-off-by: Marc Hartmayer <mhartmay@linux.vnet.ibm.com> Reviewed-by: Bjoern Walk <bwalk@linux.vnet.ibm.com> Reviewed-by: Boris Fiuczynski <fiuczy@linux.vnet.ibm.com>
This commit is contained in:
parent
7596b29fd1
commit
20e3217a54
@ -2254,8 +2254,8 @@ static int lxcContainerChild(void *data)
|
|||||||
|
|
||||||
if (!virFileExists(vmDef->os.init)) {
|
if (!virFileExists(vmDef->os.init)) {
|
||||||
virReportSystemError(errno,
|
virReportSystemError(errno,
|
||||||
_("cannot find init path '%s' relative to container root"),
|
_("cannot find init path '%s' relative to container root"),
|
||||||
vmDef->os.init);
|
vmDef->os.init);
|
||||||
goto cleanup;
|
goto cleanup;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -2275,7 +2275,7 @@ static int lxcContainerChild(void *data)
|
|||||||
|
|
||||||
if (lxcContainerSendContinue(argv->handshakefd) < 0) {
|
if (lxcContainerSendContinue(argv->handshakefd) < 0) {
|
||||||
virReportSystemError(errno, "%s",
|
virReportSystemError(errno, "%s",
|
||||||
_("Failed to send continue signal to controller"));
|
_("Failed to send continue signal to controller"));
|
||||||
goto cleanup;
|
goto cleanup;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user