mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-22 13:45:38 +00:00
remoteDomainGetPerfEvents: Re-indent
There are few lines off the indentation. Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
This commit is contained in:
parent
13a4ec678f
commit
46a5d1938e
@ -1837,10 +1837,10 @@ remoteDomainGetPerfEvents(virDomainPtr domain,
|
||||
goto done;
|
||||
|
||||
if (virTypedParamsDeserialize((virTypedParameterRemotePtr) ret.params.params_val,
|
||||
ret.params.params_len,
|
||||
REMOTE_DOMAIN_PERF_EVENTS_MAX,
|
||||
params,
|
||||
nparams) < 0)
|
||||
ret.params.params_len,
|
||||
REMOTE_DOMAIN_PERF_EVENTS_MAX,
|
||||
params,
|
||||
nparams) < 0)
|
||||
goto cleanup;
|
||||
|
||||
rv = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user