[libvirt] [PATCH 15/30] remote/: Remove spaces after casts

Ján Tomko jtomko at redhat.com
Thu Apr 26 07:33:41 UTC 2018


On Wed, Apr 25, 2018 at 03:24:52PM +0200, Martin Kletzander wrote:
>Signed-off-by: Martin Kletzander <mkletzan at redhat.com>
>---
> src/remote/remote_daemon_dispatch.c |  50 +--
> src/remote/remote_daemon_stream.c   |   2 +-
> src/remote/remote_driver.c          | 620 ++++++++++++++--------------
> src/remote/remote_protocol.x        |  18 +-
> 4 files changed, 345 insertions(+), 345 deletions(-)
>

>@@ -1209,8 +1209,8 @@ doRemoteOpen(virConnectPtr conn,
>
>         VIR_DEBUG("Trying to open URI %s", name);
>         if (call(conn, priv, 0, REMOTE_PROC_CONNECT_OPEN,
>-                 (xdrproc_t) xdr_remote_connect_open_args, (char *) &args,
>-                 (xdrproc_t) xdr_void, (char *) NULL) == -1)
>+                 (xdrproc_t)xdr_remote_connect_open_args, (char *)&args,
>+                 (xdrproc_t)xdr_void, (char *) NULL) == -1)
                                        ^^^^^^^^ This also looks like a cast ;)
Jano
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: Digital signature
URL: <http://listman.redhat.com/archives/libvir-list/attachments/20180426/0dcdbd1b/attachment-0001.sig>


More information about the libvir-list mailing list