[libvirt PATCH 2/4] qemu: tpm: fix spacing

Ján Tomko posted 4 patches 3 years, 3 months ago
There is a newer version of this series
[libvirt PATCH 2/4] qemu: tpm: fix spacing
Posted by Ján Tomko 3 years, 3 months ago
Signed-off-by: Ján Tomko <jtomko@redhat.com>
---
 src/qemu/qemu_tpm.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/qemu/qemu_tpm.c b/src/qemu/qemu_tpm.c
index dc09c94a4d..789f00fb69 100644
--- a/src/qemu/qemu_tpm.c
+++ b/src/qemu/qemu_tpm.c
@@ -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));
 }
-- 
2.37.3