From: Wootak Jung Date: Tue, 29 Mar 2016 04:37:24 +0000 (+0900) Subject: Apply coding rule X-Git-Tag: submit/tizen/20160503.000916^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=556f7bddc8381cffc22a8f0b01cb729cf3963e3c;p=platform%2Fcore%2Fapi%2Ftelephony.git Apply coding rule Change-Id: Ia212b4ac479de7968d92ea20de4ee96101779415 --- diff --git a/include/telephony_call.h b/include/telephony_call.h index 1a885db..9cb6ce5 100644 --- a/include/telephony_call.h +++ b/include/telephony_call.h @@ -348,4 +348,4 @@ int telephony_call_get_conference_status(telephony_call_h call_handle, bool *con } #endif -#endif // __CAPI_TELEPHONY_CALL_H__ +#endif /* __CAPI_TELEPHONY_CALL_H__ */ diff --git a/include/telephony_common.h b/include/telephony_common.h index 1f50d45..09d88d3 100644 --- a/include/telephony_common.h +++ b/include/telephony_common.h @@ -106,7 +106,7 @@ typedef enum { TELEPHONY_NOTI_NETWORK_DEFAULT_SUBSCRIPTION, /**< Notification to be invoked when the default subscription changes. @n '#telephony_network_default_subs_e' will be delivered in notification data (@b Since: @if MOBILE 2.4 @elseif WEARABLE 3.0 @endif) @n Privilege : http://tizen.org/privilege/telephony */ - TELEPHONY_NOTI_NETWORK_LAC, /**< Notification to be invoked when the LAC (Location Area Code) changes. @n + TELEPHONY_NOTI_NETWORK_LAC, /**< Notification to be invoked when the LAC (Location Area Code) changes. @n 'lac(int)' will be delivered in notification data (@b Since: 3.0) @n Privilege : http://tizen.org/privilege/location.coarse */ TELEPHONY_NOTI_NETWORK_TAC, /**< Notification to be invoked when the TAC (Tracking Area Code) changes. @n @@ -205,7 +205,7 @@ typedef void (*telephony_noti_cb)(telephony_h handle, telephony_noti_e noti_id, * @see telephony_unset_noti_cb() */ int telephony_set_noti_cb(telephony_h handle, - telephony_noti_e noti_id, telephony_noti_cb cb, void *user_data); + telephony_noti_e noti_id, telephony_noti_cb cb, void *user_data); /** * @brief Unsets a callback function. diff --git a/include/telephony_modem.h b/include/telephony_modem.h index ad81859..d2cfd19 100644 --- a/include/telephony_modem.h +++ b/include/telephony_modem.h @@ -42,7 +42,7 @@ typedef enum { TELEPHONY_MODEM_POWER_STATUS_ON, /**< Modem power ON */ TELEPHONY_MODEM_POWER_STATUS_OFF, /**< Modem power OFF */ TELEPHONY_MODEM_POWER_STATUS_RESET, /**< Modem power RESET */ - TELEPHONY_MODEM_POWER_STATUS_LOW, /**< Modem power LOW */ + TELEPHONY_MODEM_POWER_STATUS_LOW, /**< Modem power LOW */ } telephony_modem_power_status_e; /** diff --git a/include/telephony_sim.h b/include/telephony_sim.h index b1cf08b..bcb5538 100644 --- a/include/telephony_sim.h +++ b/include/telephony_sim.h @@ -20,7 +20,7 @@ #include "telephony_common.h" #ifdef __cplusplus - extern "C" { +extern "C" { #endif /**