Re: [libvirt] [PATCH 1/6] remoteDomainGetPerfEvents: Re-indent

2016-03-31 Thread Peter Krempa
On Thu, Mar 31, 2016 at 07:28:56 +0200, Michal Privoznik wrote:
> There are few lines off the indentation.
> 
> Signed-off-by: Michal Privoznik 
> ---
>  src/remote/remote_driver.c | 8 
>  1 file changed, 4 insertions(+), 4 deletions(-)

ACK


signature.asc
Description: Digital signature
--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list

[libvirt] [PATCH 1/6] remoteDomainGetPerfEvents: Re-indent

2016-03-30 Thread Michal Privoznik
There are few lines off the indentation.

Signed-off-by: Michal Privoznik 
---
 src/remote/remote_driver.c | 8 
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/remote/remote_driver.c b/src/remote/remote_driver.c
index b3c7b9c..254e0e9 100644
--- a/src/remote/remote_driver.c
+++ b/src/remote/remote_driver.c
@@ -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;
-- 
2.7.3

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list