[libvirt PATCH] qemu: tpm: fix spacing

Ján Tomko posted 1 patch 1 year, 4 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/99cbca98a8cc2241bdd10ef6c50821b81232ce17.1671106666.git.jtomko@redhat.com
src/qemu/qemu_tpm.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[libvirt PATCH] qemu: tpm: fix spacing
Posted by Ján Tomko 1 year, 4 months ago
Signed-off-by: Ján Tomko <jtomko@redhat.com>
---
Pushed as trivial

 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 0939f64e4e..36d5beb202 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.38.1