mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-10 14:57:42 +00:00
phyp/: Remove spaces after casts
Signed-off-by: Martin Kletzander <mkletzan@redhat.com> Reviewed-by: Ján Tomko <jtomko@redhat.com>
This commit is contained in:
parent
cf057fbefb
commit
221090dbda
@ -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))
|
||||
|
Loading…
Reference in New Issue
Block a user