From: Martin Kletzander Date: Wed, 25 Apr 2018 12:42:34 +0000 (+0200) Subject: phyp/: Remove spaces after casts X-Git-Tag: v4.4.0-rc1~325 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=221090dbdaf03ca82a3edaa565640fee828d9b42;p=thirdparty%2Flibvirt.git phyp/: Remove spaces after casts Signed-off-by: Martin Kletzander Reviewed-by: Ján Tomko --- diff --git a/src/phyp/phyp_driver.c b/src/phyp/phyp_driver.c index ed3d9feb58..67ce7903ba 100644 --- a/src/phyp/phyp_driver.c +++ b/src/phyp/phyp_driver.c @@ -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))