diff options
author | Martin Szulecki | 2020-06-08 21:24:24 +0200 |
---|---|---|
committer | Martin Szulecki | 2020-06-08 21:24:24 +0200 |
commit | 296a294ab114ff49dcf7717c5a0d7d55ab39825a (patch) | |
tree | 47986e105bbd9e00beb0a6e50c17ea452b07ec34 /tools | |
parent | c591499b041b2a692dcd0b22b5952174caed47a1 (diff) | |
download | libimobiledevice-296a294ab114ff49dcf7717c5a0d7d55ab39825a.tar.gz libimobiledevice-296a294ab114ff49dcf7717c5a0d7d55ab39825a.tar.bz2 |
Remove whitespace errors from all files
Diffstat (limited to 'tools')
-rw-r--r-- | tools/idevicesetlocation.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/idevicesetlocation.c b/tools/idevicesetlocation.c index ffa285e..412b47c 100644 --- a/tools/idevicesetlocation.c +++ b/tools/idevicesetlocation.c @@ -183,7 +183,7 @@ int main(int argc, char **argv) s = 0; service_send(service, buf, len, &s); } - + idevice_free(device); return 0; |