]> xenbits.xensource.com Git - libvirt.git/commitdiff
phyp/: Remove spaces after casts
authorMartin Kletzander <mkletzan@redhat.com>
Wed, 25 Apr 2018 12:42:34 +0000 (14:42 +0200)
committerMartin Kletzander <mkletzan@redhat.com>
Thu, 3 May 2018 20:31:37 +0000 (22:31 +0200)
Signed-off-by: Martin Kletzander <mkletzan@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
src/phyp/phyp_driver.c

index ed3d9feb58105dde308078eadad1c32b5e3b3ce3..67ce7903baaf33aad1823ed94d68d56afb1d09e5 100644 (file)
@@ -530,7 +530,7 @@ phypUUIDTable_Push(virConnectPtr conn)
         channel =
             libssh2_scp_send(session, remote_file,
                              0x1FF & local_fileinfo.st_mode,
-                             (unsigned long) local_fileinfo.st_size);
+                             (unsigned long)local_fileinfo.st_size);
 
         if ((!channel) && (libssh2_session_last_errno(session) !=
                            LIBSSH2_ERROR_EAGAIN))