Apply coding rule 58/63958/1 accepted/tizen/common/20160504.125146 accepted/tizen/ivi/20160503.092851 accepted/tizen/mobile/20160503.092805 accepted/tizen/tv/20160503.092816 accepted/tizen/wearable/20160503.092839 submit/tizen/20160503.000916
authorWootak Jung <wootak.jung@samsung.com>
Tue, 29 Mar 2016 04:37:24 +0000 (13:37 +0900)
committerWootak Jung <wootak.jung@samsung.com>
Tue, 29 Mar 2016 04:37:24 +0000 (13:37 +0900)
Change-Id: Ia212b4ac479de7968d92ea20de4ee96101779415

include/telephony_call.h
include/telephony_common.h
include/telephony_modem.h
include/telephony_sim.h

index 1a885dbf726593a7f01c1dea1adcb78c1d747343..9cb6ce5dd9b8b500c4b7f6dbdfe9597ab45526bd 100644 (file)
@@ -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__ */
index 1f50d4508d89cb61e44b99c0135d803036c6ae79..09d88d3b51c7be816a30aed98f3cbadc98797ecf 100644 (file)
@@ -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.
index ad81859fb366b4ee2f0ce697bdf06f24dee7c79f..d2cfd1901324d6545429cd6d140e69f268abbe30 100644 (file)
@@ -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;
 
 /**
index b1cf08b59241eea4fa7066d794d0182cd3244d71..bcb55384c3ff487cfe29e7a1343a3dc029881716 100644 (file)
@@ -20,7 +20,7 @@
 #include "telephony_common.h"
 
 #ifdef __cplusplus
- extern "C" {
+extern "C" {
 #endif
 
 /**