Merge branch 'main' into ci/gilbok-lee/update_public
[platform/core/multimedia/esplusplayer.git] / src / esplusplayer / src / esplusplayer_capi.cpp
index 70f3d11..f35c970 100644 (file)
@@ -2305,7 +2305,6 @@ int esplusplayer_set_resource_allocate_policy(
   LOG_ENTER_P(cast_(handle))
   if (is_null_(handle)) return ESPLUSPLAYER_ERROR_TYPE_INVALID_PARAMETER;
   LOG_INFO("policy: %d", static_cast<int>(policy));
-
   auto ret = cast_(handle)->SetResourceAllocatePolicy(
       static_cast<RscAllocPolicy>(policy));
   return convert_return_type_(ret);