Apply coding guide:calloc->calloc(), fail->Fail, move brace 87/46687/1
authorJeesun Kim <iamjs.kim@samsung.com>
Tue, 12 May 2015 05:31:01 +0000 (14:31 +0900)
committerJeesun Kim <iamjs.kim@samsung.com>
Tue, 25 Aug 2015 04:33:18 +0000 (13:33 +0900)
commitfc81f285b3f68de1bfd1650b06b88f23c5ab9587
tree0a9a602147fdff695aa542673f503e8b68368a4f
parent39fb1ad710ccd1ae8e98ab71bfb7cb98af846e59
Apply coding guide:calloc->calloc(), fail->Fail, move brace

Change-Id: I18780b91cb367c5ce7c1782c69b425ccf48bafaf
54 files changed:
build-util/DB-schema-gen.c
client/cal_client_db_helper.c
common/cal_filter.c
common/cal_inotify.c
common/cal_internal.h
common/cal_list.c
common/cal_mutex.c
common/cal_query.c
common/cal_record.c
common/cal_record_alarm.c
common/cal_record_attendee.c
common/cal_record_calendar.c
common/cal_record_extended.c
common/cal_record_instance_allday.c
common/cal_record_instance_normal.c
common/cal_record_search.c
common/cal_record_timezone.c
common/cal_record_todo.c
common/cal_record_updated_info.c
common/cal_time.cpp
common/cal_typedef.h [changed mode: 0755->0644]
common/cal_vcalendar.c
common/cal_vcalendar_make.c
common/cal_vcalendar_parse.c
common/cal_view.c
common/ipc/cal_ipc_marshal.c
common/ipc/cal_ipc_marshal_search.c
native/cal_access_control.c
native/cal_db.c
native/cal_db_alarm.c
native/cal_db_calendar.c
native/cal_db_event.c
native/cal_db_extended.c
native/cal_db_instance.c
native/cal_db_plugin_alarm.c
native/cal_db_plugin_attendee.c
native/cal_db_plugin_calendar.c
native/cal_db_plugin_event.c
native/cal_db_plugin_extended.c
native/cal_db_plugin_instance_allday.c
native/cal_db_plugin_instance_allday_extended.c
native/cal_db_plugin_instance_normal.c
native/cal_db_plugin_instance_normal_extended.c
native/cal_db_plugin_search.c
native/cal_db_plugin_timezone.c
native/cal_db_plugin_todo.c
native/cal_db_query.c
native/cal_db_rrule.c
native/cal_db_util.c
server/cal_server_alarm.c
server/cal_server_calendar_delete.c
server/cal_server_contacts.c
server/cal_server_schema.c
server/cal_server_update.c