Fix the coding rule
[platform/core/connectivity/bluetooth-frwk.git] / bt-service-emul / include / bt-service-dpm.h
index 9b31549..f73b48a 100644 (file)
@@ -24,7 +24,7 @@
 #include "bluetooth-api.h"
 
 #ifdef __cplusplus
- extern "C" {
+extern "C" {
 #endif
 
 
  * @brief DPM BT allowance state
  * @see
  */
- typedef enum {
-        DPM_BT_ERROR    = -1,   /**< bluetooth allowance error */
-        DPM_BT_ALLOWED,                 /**< bluetooth allowance allowed */
-        DPM_BT_HANDSFREE_ONLY,  /**< bluetooth allowance handsfree only */
-        DPM_BT_RESTRICTED,      /**< bluetooth allowance restricted */
- } dpm_bt_allow_t;
+typedef enum {
+       DPM_BT_ERROR     = -1,   /**< bluetooth allowance error */
+       DPM_BT_ALLOWED,          /**< bluetooth allowance allowed */
+       DPM_BT_HANDSFREE_ONLY,  /**< bluetooth allowance handsfree only */
+       DPM_BT_RESTRICTED,       /**< bluetooth allowance restricted */
+} dpm_bt_allow_t;
 
  /**
  * @brief DPM API result