mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-24 14:45:24 +00:00
security_dac: Fix indentation
This commit is contained in:
parent
d77fa847c3
commit
5099084eb3
@ -750,7 +750,7 @@ virSecurityDACRestoreChardevLabel(virSecurityManagerPtr mgr ATTRIBUTE_UNUSED,
|
|||||||
if (virFileExists(in) && virFileExists(out)) {
|
if (virFileExists(in) && virFileExists(out)) {
|
||||||
if ((virSecurityDACRestoreSecurityFileLabel(out) < 0) ||
|
if ((virSecurityDACRestoreSecurityFileLabel(out) < 0) ||
|
||||||
(virSecurityDACRestoreSecurityFileLabel(in) < 0)) {
|
(virSecurityDACRestoreSecurityFileLabel(in) < 0)) {
|
||||||
goto done;
|
goto done;
|
||||||
}
|
}
|
||||||
} else if (virSecurityDACRestoreSecurityFileLabel(dev->data.file.path) < 0) {
|
} else if (virSecurityDACRestoreSecurityFileLabel(dev->data.file.path) < 0) {
|
||||||
goto done;
|
goto done;
|
||||||
|
Loading…
Reference in New Issue
Block a user