summaryrefslogtreecommitdiffstats
path: root/src/recovery.c
diff options
context:
space:
mode:
authorGravatar Martin Szulecki2020-06-08 23:49:45 +0200
committerGravatar Martin Szulecki2020-06-08 23:49:45 +0200
commit0a5547e97bfd0c0e95c4efb032bc2867cc5a60f0 (patch)
tree01b051007d0e87d3a7c43020457500acf9b17c48 /src/recovery.c
parent60e69ac4759026ab564280b8406c7ac1c840b6b0 (diff)
downloadidevicerestore-0a5547e97bfd0c0e95c4efb032bc2867cc5a60f0.tar.gz
idevicerestore-0a5547e97bfd0c0e95c4efb032bc2867cc5a60f0.tar.bz2
Remove trailing whitespace errors from all files
Diffstat (limited to 'src/recovery.c')
-rw-r--r--src/recovery.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/recovery.c b/src/recovery.c
index 4bb1b9d..c518b28 100644
--- a/src/recovery.c
+++ b/src/recovery.c
@@ -249,7 +249,7 @@ int recovery_send_ticket(struct idevicerestore_client_t* client)
{
if (!client->tss) {
error("ERROR: ApTicket requested but no TSS present\n");
- return -1;
+ return -1;
}
unsigned char* data = NULL;