summaryrefslogtreecommitdiffstats
path: root/src/idevicerestore.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/idevicerestore.c
parent60e69ac4759026ab564280b8406c7ac1c840b6b0 (diff)
downloadidevicerestore-0a5547e97bfd0c0e95c4efb032bc2867cc5a60f0.tar.gz
idevicerestore-0a5547e97bfd0c0e95c4efb032bc2867cc5a60f0.tar.bz2
Remove trailing whitespace errors from all files
Diffstat (limited to 'src/idevicerestore.c')
-rw-r--r--src/idevicerestore.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/idevicerestore.c b/src/idevicerestore.c
index 996b3c7..0ffe5a8 100644
--- a/src/idevicerestore.c
+++ b/src/idevicerestore.c
@@ -347,7 +347,7 @@ int idevicerestore_start(struct idevicerestore_client_t* client)
error("ERROR: Could not open device in WTF mode\n");
return -1;
}
- if ((dfu_get_cpid(client, &cpid) < 0) || (cpid == 0)) {
+ if ((dfu_get_cpid(client, &cpid) < 0) || (cpid == 0)) {
error("ERROR: Could not get CPID for WTF mode device\n");
dfu_client_free(client);
return -1;
@@ -999,7 +999,7 @@ int idevicerestore_start(struct idevicerestore_client_t* client)
remove(tmpf);
rename(filesystem, tmpf);
free(filesystem);
- filesystem = strdup(tmpf);
+ filesystem = strdup(tmpf);
}
}
@@ -2205,7 +2205,7 @@ int get_tss_response(struct idevicerestore_client_t* client, plist_t build_ident
if (node) {
plist_dict_set_item(parameters, "BbSNUM", plist_copy(node));
}
-
+
/* add baseband parameters */
tss_request_add_baseband_tags(request, parameters, NULL);