resolved the code rule warnings
[platform/core/connectivity/bluetooth-frwk.git] / bt-service-adaptation / services / device / bt-service-core-device.c
index 3d9ec30..2955a8d 100644 (file)
@@ -1997,7 +1997,7 @@ int _bt_set_passkey_notification(const char *sender, gboolean enable)
        BT_INFO("Set passkey notification(sender:%s, %s)",
                        sender, enable ? "Enable" : "Disable");
 
-       result = device_enable_gap_auth_notifications(OAL_PASSKEY_DISPLAY,enable);
+       result = device_enable_gap_auth_notifications(OAL_PASSKEY_DISPLAY, enable);
        if (OAL_STATUS_SUCCESS != result) {
                BT_ERR("device_enable_gap_auth_notifications error: [%d]", result);
                return BLUETOOTH_ERROR_INTERNAL;