Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'source/blender/compositor/intern/COM_WorkScheduler.cpp')
-rw-r--r--source/blender/compositor/intern/COM_WorkScheduler.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/compositor/intern/COM_WorkScheduler.cpp b/source/blender/compositor/intern/COM_WorkScheduler.cpp
index be9a3612a0b..e0ac767b628 100644
--- a/source/blender/compositor/intern/COM_WorkScheduler.cpp
+++ b/source/blender/compositor/intern/COM_WorkScheduler.cpp
@@ -304,7 +304,7 @@ void WorkScheduler::initialize(bool use_opencl)
g_context = NULL;
g_program = NULL;
- if(!OCL_init()) /* this will check for errors and skip if already initialized */
+ if (!OCL_init()) /* this will check for errors and skip if already initialized */
return;
if (clCreateContextFromType) {