aboutsummaryrefslogtreecommitdiffstats
path: root/samsung-ipc/sec.c
diff options
context:
space:
mode:
authorPaul Kocialkowski <contact@paulk.fr>2013-06-25 22:29:03 +0200
committerPaul Kocialkowski <contact@paulk.fr>2013-06-25 22:29:03 +0200
commit30ba6fd8cd5cf14ebdcd1738bb8972149f764054 (patch)
treef5d0a133b43c59470629deaaa9efef7729f73e11 /samsung-ipc/sec.c
parentc9dfae7a17ea4e5a2e114df331942f70d48bfe5b (diff)
downloadexternal_libsamsung-ipc-30ba6fd8cd5cf14ebdcd1738bb8972149f764054.zip
external_libsamsung-ipc-30ba6fd8cd5cf14ebdcd1738bb8972149f764054.tar.gz
external_libsamsung-ipc-30ba6fd8cd5cf14ebdcd1738bb8972149f764054.tar.bz2
Add newline and indentation on long functions names
Change-Id: Ie393301a04523816e7aa674e57a4c3a2eb93247e Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
Diffstat (limited to 'samsung-ipc/sec.c')
-rw-r--r--samsung-ipc/sec.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/samsung-ipc/sec.c b/samsung-ipc/sec.c
index 933398b..fbf3f7a 100644
--- a/samsung-ipc/sec.c
+++ b/samsung-ipc/sec.c
@@ -25,7 +25,7 @@
#include <samsung-ipc.h>
void ipc_sec_pin_status_set_setup(struct ipc_sec_pin_status_set *message,
- unsigned char pin_type, char *pin1, char *pin2)
+ unsigned char pin_type, char *pin1, char *pin2)
{
if (message == NULL)
return;
@@ -48,7 +48,7 @@ void ipc_sec_pin_status_set_setup(struct ipc_sec_pin_status_set *message,
}
void ipc_sec_lock_info_get_setup(struct ipc_sec_lock_info_get *message,
- unsigned char pin_type)
+ unsigned char pin_type)
{
if (message == NULL)
return;
@@ -88,7 +88,7 @@ char *ipc_sec_rsim_access_response_get_file_data(struct ipc_message_info *respon
}
void ipc_sec_phone_lock_set_setup(struct ipc_sec_phone_lock_set *message,
- int pin_type, int enable, char *passwd)
+ int pin_type, int enable, char *passwd)
{
message->type = pin_type;
message->lock = enable ? 1 : 0;
@@ -101,7 +101,7 @@ void ipc_sec_phone_lock_set_setup(struct ipc_sec_phone_lock_set *message,
}
void ipc_sec_change_locking_pw_set_setup(struct ipc_sec_change_locking_pw_set *message,
- int type, char *passwd_old, char *passwd_new)
+ int type, char *passwd_old, char *passwd_new)
{
message->facility = type;