diff options
| author | 2008-10-23 20:10:21 -0700 | |
|---|---|---|
| committer | 2008-10-23 20:10:21 -0700 | |
| commit | 37ecfbc308078a47a9307286dce2a50f99a6dcf7 (patch) | |
| tree | 6373db67383bec1e41b4abe828d1772fc3ef199e /src/AFC.c | |
| parent | 44efbc65af9c9e696e3d76041a2a8c7ea4ac0af3 (diff) | |
| download | libimobiledevice-37ecfbc308078a47a9307286dce2a50f99a6dcf7.tar.gz libimobiledevice-37ecfbc308078a47a9307286dce2a50f99a6dcf7.tar.bz2 | |
Indent fixes.
Diffstat (limited to 'src/AFC.c')
| -rw-r--r-- | src/AFC.c | 3 |
1 files changed, 2 insertions, 1 deletions
| @@ -1043,6 +1043,7 @@ iphone_error_t iphone_afc_truncate_file(iphone_afc_client_t client, iphone_afc_f | |||
| 1043 | } | 1043 | } |
| 1044 | } | 1044 | } |
| 1045 | 1045 | ||
| 1046 | uint32 iphone_afc_get_file_handle(iphone_afc_file_t file) { | 1046 | uint32 iphone_afc_get_file_handle(iphone_afc_file_t file) |
| 1047 | { | ||
| 1047 | return file->filehandle; | 1048 | return file->filehandle; |
| 1048 | } | 1049 | } |
