mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-25 21:42:53 +08:00
style: configure readability-identifier-naming.FunctionCase
Signed-off-by: Artur Harasimiuk <artur.harasimiuk@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
b3261a8e2b
commit
3f04769f07
@@ -458,7 +458,7 @@ Platform *Context::getPlatformFromProperties(const cl_context_properties *proper
|
||||
propertiesCurrent += 2;
|
||||
if (CL_CONTEXT_PLATFORM == propertyType) {
|
||||
Platform *pPlatform = nullptr;
|
||||
errcode = validateObject(WithCastToInternal(reinterpret_cast<cl_platform_id>(propertyValue), &pPlatform));
|
||||
errcode = validateObject(withCastToInternal(reinterpret_cast<cl_platform_id>(propertyValue), &pPlatform));
|
||||
return pPlatform;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user