diff options
author | Martin Szulecki | 2015-01-30 17:13:58 +0100 |
---|---|---|
committer | Martin Szulecki | 2015-01-30 17:13:58 +0100 |
commit | 46f8532a1b55edbb3367dc7524701ee23bc6175c (patch) | |
tree | 374784862ee3b5a9e38e11ebc830dff605e80f18 /src/recovery.c | |
parent | 8f01a6ee7f4a0da815c96882a67cc3e83590b3e6 (diff) | |
download | idevicerestore-46f8532a1b55edbb3367dc7524701ee23bc6175c.tar.gz idevicerestore-46f8532a1b55edbb3367dc7524701ee23bc6175c.tar.bz2 |
Fix a bunch of trailing whitespace errorsfixtrailingwhitespaces
Diffstat (limited to 'src/recovery.c')
-rw-r--r-- | src/recovery.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/recovery.c b/src/recovery.c index 91c43f3..311618c 100644 --- a/src/recovery.c +++ b/src/recovery.c @@ -230,7 +230,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; @@ -294,7 +294,7 @@ int recovery_send_component(struct idevicerestore_client_t* client, plist_t buil return -1; } free(component_data); - component_data = NULL; + component_data = NULL; info("Sending %s (%d bytes)...\n", component, size); |