]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
hyperv: minor formatting fix in hyperv_wmi.h
authorMatt Coleman <mcoleman@datto.com>
Tue, 3 Nov 2020 00:22:07 +0000 (19:22 -0500)
committerMichal Privoznik <mprivozn@redhat.com>
Tue, 3 Nov 2020 10:29:38 +0000 (11:29 +0100)
Signed-off-by: Matt Coleman <matt@datto.com>
Reviewed-by: Neal Gompa <ngompa13@gmail.com>
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
src/hyperv/hyperv_wmi.h

index bf9c3b3bd39d0721ef05552589735d5ae837a354..5c5597e27bd727382a47fe396b142f99fa88db99 100644 (file)
@@ -235,9 +235,8 @@ int hypervMsvmComputerSystemToDomain(virConnectPtr conn,
                                      Msvm_ComputerSystem *computerSystem,
                                      virDomainPtr *domain);
 
-int
-hypervMsvmComputerSystemFromUUID(hypervPrivate *priv, const char *uuid,
-                                 Msvm_ComputerSystem **computerSystem);
+int hypervMsvmComputerSystemFromUUID(hypervPrivate *priv, const char *uuid,
+                                     Msvm_ComputerSystem **computerSystem);
 
 int hypervMsvmComputerSystemFromDomain(virDomainPtr domain,
                                        Msvm_ComputerSystem **computerSystem);