From 296a294ab114ff49dcf7717c5a0d7d55ab39825a Mon Sep 17 00:00:00 2001 From: Martin Szulecki Date: Mon, 8 Jun 2020 21:24:24 +0200 Subject: Remove whitespace errors from all files --- src/idevice.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/idevice.c') diff --git a/src/idevice.c b/src/idevice.c index b51f08c..18487aa 100644 --- a/src/idevice.c +++ b/src/idevice.c @@ -711,7 +711,7 @@ LIBIMOBILEDEVICE_API idevice_error_t idevice_connection_receive_timeout(idevice_ *recv_bytes = 0; return IDEVICE_E_SSL_ERROR; } - + *recv_bytes = received; return IDEVICE_E_SUCCESS; } -- cgit v1.1-32-gdbae