[PATCH] qemu: Align arguments correctly

Andrea Bolognani abologna at redhat.com
Wed Mar 1 17:55:56 UTC 2023


Signed-off-by: Andrea Bolognani <abologna at redhat.com>
---
Pushed as trivial.

 src/qemu/qemu_conf.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/qemu/qemu_conf.c b/src/qemu/qemu_conf.c
index 16d52cbbd4..a831783d75 100644
--- a/src/qemu/qemu_conf.c
+++ b/src/qemu/qemu_conf.c
@@ -98,7 +98,7 @@ VIR_ONCE_GLOBAL_INIT(virQEMUConfig);
 
 
 virQEMUDriverConfig *virQEMUDriverConfigNew(bool privileged,
-                                              const char *root)
+                                            const char *root)
 {
     g_autoptr(virQEMUDriverConfig) cfg = NULL;
 
-- 
2.39.2



More information about the libvir-list mailing list