summaryrefslogtreecommitdiffstats
path: root/src/tss.c
diff options
context:
space:
mode:
authorGravatar Martin Szulecki2015-01-30 17:13:58 +0100
committerGravatar Martin Szulecki2015-01-30 17:13:58 +0100
commit46f8532a1b55edbb3367dc7524701ee23bc6175c (patch)
tree374784862ee3b5a9e38e11ebc830dff605e80f18 /src/tss.c
parent8f01a6ee7f4a0da815c96882a67cc3e83590b3e6 (diff)
downloadidevicerestore-46f8532a1b55edbb3367dc7524701ee23bc6175c.tar.gz
idevicerestore-46f8532a1b55edbb3367dc7524701ee23bc6175c.tar.bz2
Fix a bunch of trailing whitespace errorsfixtrailingwhitespaces
Diffstat (limited to 'src/tss.c')
-rw-r--r--src/tss.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tss.c b/src/tss.c
index ea96e58..e9eafb9 100644
--- a/src/tss.c
+++ b/src/tss.c
@@ -717,7 +717,7 @@ plist_t tss_request_send(plist_t tss_request, const char* server_url_string) {
curl_easy_perform(handle);
curl_slist_free_all(header);
curl_easy_cleanup(handle);
-
+
if (strstr(response->content, "MESSAGE=SUCCESS")) {
status_code = 0;
info("response successfully received\n");