Signed-off-by: Martin Kletzander <mkletzan(a)redhat.com>
---
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 ed3d9feb5810..67ce7903baaf 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))
--
2.17.0