Apply coding idiom guide (3) 54/44654/2
authorMyoungHoon Chae <mhoon.chae@samsung.com>
Fri, 24 Jul 2015 09:10:24 +0000 (18:10 +0900)
committerMyungHoon Chae <mhoon.chae@samsung.com>
Mon, 27 Jul 2015 05:52:08 +0000 (22:52 -0700)
commit588a16ccb201ee7cd547fc94b05a21299f21af71
tree6fa6a828eac63de2a3cd40247055e740aaffa802
parentfb63966fca654d5ff6f28441ae458d40fbe6fc02
Apply coding idiom guide (3)

Change-Id: I8f031aff3e8f517d4ca85c10308916e571f18edf
Signed-off-by: MyoungHoon Chae <mhoon.chae@samsung.com>
104 files changed:
client/ctsvc_client_activity.c
client/ctsvc_client_db.c
client/ctsvc_client_group.c
client/ctsvc_client_ipc.c
client/ctsvc_client_noti.c
client/ctsvc_client_person.c
client/ctsvc_client_phonelog.c
client/ctsvc_client_service.c
client/ctsvc_client_setting.c
client/ctsvc_client_utils.c
common/ctsvc_db_notification.c
common/ctsvc_filter.c
common/ctsvc_inotify.c
common/ctsvc_list.c
common/ctsvc_localize.c
common/ctsvc_localize_ch.c
common/ctsvc_localize_utils.c
common/ctsvc_normalize.c
common/ctsvc_record.c
common/ctsvc_record_addressbook.c
common/ctsvc_record_contact.c
common/ctsvc_record_group.c
common/ctsvc_record_my_profile.c
common/ctsvc_record_person.c
common/ctsvc_record_phonelog.c
common/ctsvc_record_result.c
common/ctsvc_record_sdn.c
common/ctsvc_record_speeddial.c
common/ctsvc_record_updated_info.c
common/ctsvc_socket.c
common/ctsvc_vcard.c
common/ipc/ctsvc_ipc_marshal.c
native/ctsvc_activity.c
native/ctsvc_db_access_control.c
native/ctsvc_db_init.c
native/ctsvc_db_plugin_activity.c
native/ctsvc_db_plugin_activity_photo.c
native/ctsvc_db_plugin_activity_photo_helper.c
native/ctsvc_db_plugin_address.c
native/ctsvc_db_plugin_address_helper.c
native/ctsvc_db_plugin_addressbook.c
native/ctsvc_db_plugin_addressbook_helper.c
native/ctsvc_db_plugin_company.c
native/ctsvc_db_plugin_company_helper.c
native/ctsvc_db_plugin_contact.c
native/ctsvc_db_plugin_contact_helper.c
native/ctsvc_db_plugin_email.c
native/ctsvc_db_plugin_email_helper.c
native/ctsvc_db_plugin_event.c
native/ctsvc_db_plugin_event_helper.c
native/ctsvc_db_plugin_extension.c
native/ctsvc_db_plugin_extension_helper.c
native/ctsvc_db_plugin_group.c
native/ctsvc_db_plugin_group_helper.c
native/ctsvc_db_plugin_grouprelation.c
native/ctsvc_db_plugin_image.c
native/ctsvc_db_plugin_image_helper.c
native/ctsvc_db_plugin_messenger.c
native/ctsvc_db_plugin_messenger_helper.c
native/ctsvc_db_plugin_my_profile.c
native/ctsvc_db_plugin_name.c
native/ctsvc_db_plugin_name_helper.c
native/ctsvc_db_plugin_nickname.c
native/ctsvc_db_plugin_nickname_helper.c
native/ctsvc_db_plugin_note.c
native/ctsvc_db_plugin_note_helper.c
native/ctsvc_db_plugin_number.c
native/ctsvc_db_plugin_number_helper.c
native/ctsvc_db_plugin_person.c
native/ctsvc_db_plugin_person_helper.c
native/ctsvc_db_plugin_phonelog.c
native/ctsvc_db_plugin_profile.c
native/ctsvc_db_plugin_profile_helper.c
native/ctsvc_db_plugin_relationship.c
native/ctsvc_db_plugin_relationship_helper.c
native/ctsvc_db_plugin_sdn.c
native/ctsvc_db_plugin_simple_contact.c
native/ctsvc_db_plugin_speeddial.c
native/ctsvc_db_plugin_url.c
native/ctsvc_db_plugin_url_helper.c
native/ctsvc_db_query.c
native/ctsvc_group.c
native/ctsvc_localize.c
native/ctsvc_localize_ch.c
native/ctsvc_localize_jp.c
native/ctsvc_localize_kor.c
native/ctsvc_normalize.c
native/ctsvc_notification.c
native/ctsvc_number_utils.c
native/ctsvc_person.c
native/ctsvc_phonelog.c
native/ctsvc_service.c
native/ctsvc_setting.c
native/ctsvc_sqlite.c
native/ctsvc_utils.c
server/ctsvc_schema_recovery.c
server/ctsvc_server.c
server/ctsvc_server_bg.c
server/ctsvc_server_change_subject.c
server/ctsvc_server_sim.c
server/ctsvc_server_socket.c
server/ctsvc_server_sqlite.c
server/ctsvc_server_update.c
server/ctsvc_server_utils.c