summaryrefslogtreecommitdiffstats
path: root/src/AFC.c
diff options
context:
space:
mode:
authorGravatar Matt Colyer2009-01-02 09:56:18 -0800
committerGravatar Matt Colyer2009-01-02 09:56:18 -0800
commit5cde55426112a8cb79d809dae5f61e347c007212 (patch)
treef3e81756890373decc9395761f54a441fe774a09 /src/AFC.c
parenta1b4064de6e3f28d8d3e1e5e9acdda5aee0f6a36 (diff)
downloadlibimobiledevice-5cde55426112a8cb79d809dae5f61e347c007212.tar.gz
libimobiledevice-5cde55426112a8cb79d809dae5f61e347c007212.tar.bz2
Fix indent issues.
Diffstat (limited to 'src/AFC.c')
-rw-r--r--src/AFC.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/AFC.c b/src/AFC.c
index 0c43d0d..6027ed2 100644
--- a/src/AFC.c
+++ b/src/AFC.c
@@ -983,7 +983,7 @@ iphone_error_t iphone_afc_seek_file(iphone_afc_client_t client, iphone_afc_file_
iphone_error_t iphone_afc_truncate_file(iphone_afc_client_t client, iphone_afc_file_t file, uint32_t newsize)
{
char *buffer = (char *) malloc(sizeof(char) * 16);
- int bytes = 0;
+ int bytes = 0;
uint32 zero = 0;
afc_lock(client);