From: Matt Coleman Date: Tue, 3 Nov 2020 00:22:07 +0000 (-0500) Subject: hyperv: minor formatting fix in hyperv_wmi.h X-Git-Tag: v6.10.0-rc1~380 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3b52bcfa4337a713dfe4bba5c7068e47484022ea;p=thirdparty%2Flibvirt.git hyperv: minor formatting fix in hyperv_wmi.h Signed-off-by: Matt Coleman Reviewed-by: Neal Gompa Reviewed-by: Michal Privoznik --- diff --git a/src/hyperv/hyperv_wmi.h b/src/hyperv/hyperv_wmi.h index bf9c3b3bd3..5c5597e27b 100644 --- a/src/hyperv/hyperv_wmi.h +++ b/src/hyperv/hyperv_wmi.h @@ -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);