aboutsummaryrefslogtreecommitdiff
path: root/src/core/CL/CLCommandBuffer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/CL/CLCommandBuffer.cpp')
-rw-r--r--src/core/CL/CLCommandBuffer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/CL/CLCommandBuffer.cpp b/src/core/CL/CLCommandBuffer.cpp
index 7fcfdf2c89..d094dcdaea 100644
--- a/src/core/CL/CLCommandBuffer.cpp
+++ b/src/core/CL/CLCommandBuffer.cpp
@@ -38,7 +38,7 @@ std::unique_ptr<CLCommandBuffer> CLCommandBuffer::create(cl_command_queue queue)
const auto &cl_device = CLKernelLibrary::get().get_device();
const auto has_mutable_dispatch = command_buffer_mutable_dispatch_supported(cl_device);
- if(has_mutable_dispatch)
+ if (has_mutable_dispatch)
{
return std::make_unique<CLMutableCommandBuffer>(queue);
}