Fix the coding rule
[platform/core/connectivity/bluetooth-frwk.git] / bt-service / bt-service-dpm.c
index f3a067a..eedba13 100644 (file)
@@ -330,7 +330,7 @@ dpm_result_t _bt_dpm_get_bluetooth_uuids_from_whitelist(GArray **out_param1)
 
        if (_bt_dpm_get_allow_bluetooth_mode() == DPM_BT_RESTRICTED)
                return ret;
-       
+
        if (list) {
                ret = DPM_RESULT_SUCCESS;
                uuids_list.count = g_slist_length(policy_table[DPM_POLICY_BLUETOOTH_UUIDS_WHITELIST].list);