mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-23 14:15:28 +00:00
hyperv: minor formatting fix in hyperv_wmi.h
Signed-off-by: Matt Coleman <matt@datto.com> Reviewed-by: Neal Gompa <ngompa13@gmail.com> Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
This commit is contained in:
parent
d2ab8a530c
commit
3b52bcfa43
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user