mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-03-20 06:50:22 +03:00
qemu: tpm: fix spacing
Signed-off-by: Ján Tomko <jtomko@redhat.com>
This commit is contained in:
parent
aeba13f24d
commit
99cbca98a8
@ -213,7 +213,7 @@ qemuTPMEmulatorCreateStorage(virDomainTPMDef *tpm,
|
||||
static void
|
||||
qemuTPMEmulatorDeleteStorage(virDomainTPMDef *tpm)
|
||||
{
|
||||
g_autofree char *path = g_path_get_dirname(tpm->data.emulator.storagepath);
|
||||
g_autofree char *path = g_path_get_dirname(tpm->data.emulator.storagepath);
|
||||
|
||||
ignore_value(virFileDeleteTree(path));
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user