mirror of https://gitee.com/openkylin/libvirt.git
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…
Reference in New Issue