diff options
author | Matt Colyer | 2009-01-02 09:56:18 -0800 |
---|---|---|
committer | Matt Colyer | 2009-01-02 09:56:18 -0800 |
commit | 5cde55426112a8cb79d809dae5f61e347c007212 (patch) | |
tree | f3e81756890373decc9395761f54a441fe774a09 /src/lockdown.h | |
parent | a1b4064de6e3f28d8d3e1e5e9acdda5aee0f6a36 (diff) | |
download | libimobiledevice-5cde55426112a8cb79d809dae5f61e347c007212.tar.gz libimobiledevice-5cde55426112a8cb79d809dae5f61e347c007212.tar.bz2 |
Fix indent issues.
Diffstat (limited to 'src/lockdown.h')
-rw-r--r-- | src/lockdown.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lockdown.h b/src/lockdown.h index 012ac72..79ca37e 100644 --- a/src/lockdown.h +++ b/src/lockdown.h @@ -44,7 +44,8 @@ char *lockdownd_generate_hostid(void); iphone_lckd_client_t new_lockdownd_client(iphone_device_t phone); iphone_error_t lockdownd_hello(iphone_lckd_client_t control); -iphone_error_t lockdownd_generic_get_value(iphone_lckd_client_t control, const char *req_key, const char *req_string, char **value); +iphone_error_t lockdownd_generic_get_value(iphone_lckd_client_t control, const char *req_key, const char *req_string, + char **value); iphone_error_t lockdownd_get_device_uid(iphone_lckd_client_t control, char **uid); iphone_error_t lockdownd_get_device_public_key(iphone_lckd_client_t control, char **public_key); |