summaryrefslogtreecommitdiffstats
path: root/src/normal.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/normal.c
parent8f01a6ee7f4a0da815c96882a67cc3e83590b3e6 (diff)
downloadidevicerestore-46f8532a1b55edbb3367dc7524701ee23bc6175c.tar.gz
idevicerestore-46f8532a1b55edbb3367dc7524701ee23bc6175c.tar.bz2
Fix a bunch of trailing whitespace errorsfixtrailingwhitespaces
Diffstat (limited to 'src/normal.c')
-rw-r--r--src/normal.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/normal.c b/src/normal.c
index 4193b7f..8528087 100644
--- a/src/normal.c
+++ b/src/normal.c
@@ -163,7 +163,7 @@ int normal_check_mode(struct idevicerestore_client_t* client) {
if (!device) {
return -1;
}
- idevice_free(device);
+ idevice_free(device);
return 0;
}