diff options
| author | 2013-11-04 23:19:37 +0100 | |
|---|---|---|
| committer | 2013-11-04 23:19:37 +0100 | |
| commit | 49f549c9dccdb54a4f27931f8069baa73d1d1bf8 (patch) | |
| tree | 25dde4b485b6b8b83c99719e721c179acbfc6a6a /src/afc.c | |
| parent | 2eaa56006670275faf691ae26679e14dde77e7ed (diff) | |
| download | libimobiledevice-49f549c9dccdb54a4f27931f8069baa73d1d1bf8.tar.gz libimobiledevice-49f549c9dccdb54a4f27931f8069baa73d1d1bf8.tar.bz2 | |
Convert stray spaces to corresponding tabs
Diffstat (limited to 'src/afc.c')
| -rw-r--r-- | src/afc.c | 16 |
1 files changed, 8 insertions, 8 deletions
| @@ -1371,15 +1371,15 @@ afc_error_t afc_set_file_time(afc_client_t client, const char *path, uint64_t mt | |||
| 1371 | 1371 | ||
| 1372 | afc_error_t afc_dictionary_free(char **dictionary) | 1372 | afc_error_t afc_dictionary_free(char **dictionary) |
| 1373 | { | 1373 | { |
| 1374 | int i = 0; | 1374 | int i = 0; |
| 1375 | 1375 | ||
| 1376 | if (!dictionary) | 1376 | if (!dictionary) |
| 1377 | return AFC_E_INVALID_ARG; | 1377 | return AFC_E_INVALID_ARG; |
| 1378 | 1378 | ||
| 1379 | for (i = 0; dictionary[i]; i++) { | 1379 | for (i = 0; dictionary[i]; i++) { |
| 1380 | free(dictionary[i]); | 1380 | free(dictionary[i]); |
| 1381 | } | 1381 | } |
| 1382 | free(dictionary); | 1382 | free(dictionary); |
| 1383 | 1383 | ||
| 1384 | return AFC_E_SUCCESS; | 1384 | return AFC_E_SUCCESS; |
| 1385 | } | 1385 | } |
