From 221090dbdaf03ca82a3edaa565640fee828d9b42 Mon Sep 17 00:00:00 2001 From: Martin Kletzander Date: Wed, 25 Apr 2018 14:42:34 +0200 Subject: [PATCH] phyp/: Remove spaces after casts MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Martin Kletzander Reviewed-by: Ján Tomko --- src/phyp/phyp_driver.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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))