diff options
| author | 2009-01-02 09:56:18 -0800 | |
|---|---|---|
| committer | 2009-01-02 09:56:18 -0800 | |
| commit | 5cde55426112a8cb79d809dae5f61e347c007212 (patch) | |
| tree | f3e81756890373decc9395761f54a441fe774a09 /src/AFC.c | |
| parent | a1b4064de6e3f28d8d3e1e5e9acdda5aee0f6a36 (diff) | |
| download | libimobiledevice-5cde55426112a8cb79d809dae5f61e347c007212.tar.gz libimobiledevice-5cde55426112a8cb79d809dae5f61e347c007212.tar.bz2 | |
Fix indent issues.
Diffstat (limited to 'src/AFC.c')
| -rw-r--r-- | src/AFC.c | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -983,7 +983,7 @@ iphone_error_t iphone_afc_seek_file(iphone_afc_client_t client, iphone_afc_file_ | |||
| 983 | iphone_error_t iphone_afc_truncate_file(iphone_afc_client_t client, iphone_afc_file_t file, uint32_t newsize) | 983 | iphone_error_t iphone_afc_truncate_file(iphone_afc_client_t client, iphone_afc_file_t file, uint32_t newsize) |
| 984 | { | 984 | { |
| 985 | char *buffer = (char *) malloc(sizeof(char) * 16); | 985 | char *buffer = (char *) malloc(sizeof(char) * 16); |
| 986 | int bytes = 0; | 986 | int bytes = 0; |
| 987 | uint32 zero = 0; | 987 | uint32 zero = 0; |
| 988 | 988 | ||
| 989 | afc_lock(client); | 989 | afc_lock(client); |
