diff options
| author | 2020-06-08 21:24:24 +0200 | |
|---|---|---|
| committer | 2020-06-08 21:24:24 +0200 | |
| commit | 296a294ab114ff49dcf7717c5a0d7d55ab39825a (patch) | |
| tree | 47986e105bbd9e00beb0a6e50c17ea452b07ec34 /src/idevice.c | |
| parent | c591499b041b2a692dcd0b22b5952174caed47a1 (diff) | |
| download | libimobiledevice-296a294ab114ff49dcf7717c5a0d7d55ab39825a.tar.gz libimobiledevice-296a294ab114ff49dcf7717c5a0d7d55ab39825a.tar.bz2 | |
Remove whitespace errors from all files
Diffstat (limited to 'src/idevice.c')
| -rw-r--r-- | src/idevice.c | 2 |
1 files changed, 1 insertions, 1 deletions
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_ | |||
| 711 | *recv_bytes = 0; | 711 | *recv_bytes = 0; |
| 712 | return IDEVICE_E_SSL_ERROR; | 712 | return IDEVICE_E_SSL_ERROR; |
| 713 | } | 713 | } |
| 714 | 714 | ||
| 715 | *recv_bytes = received; | 715 | *recv_bytes = received; |
| 716 | return IDEVICE_E_SUCCESS; | 716 | return IDEVICE_E_SUCCESS; |
| 717 | } | 717 | } |
