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:
authorCampbell Barton <ideasman42@gmail.com>2013-07-17 18:14:50 +0400
committerCampbell Barton <ideasman42@gmail.com>2013-07-17 18:14:50 +0400
commit352c1e500da111989d2d7847fd6a6b9a130c5de4 (patch)
tree615448da082bfc292103816d103fd9bb055b607a /source/blender/compositor/intern
parentd527c669f7731ff71f8179a661f32fb1322cbe51 (diff)
style cleanup
Diffstat (limited to 'source/blender/compositor/intern')
-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) {