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:
authorSergey Sharybin <sergey.vfx@gmail.com>2015-11-01 13:39:58 +0300
committerSergey Sharybin <sergey.vfx@gmail.com>2015-11-01 13:40:17 +0300
commit84e8b05e97522b9c12bd389c931601814307e5ff (patch)
tree149bb1626f5ea895943b8886407b1e28f309e7eb /intern/cycles/device/device_opencl.cpp
parent99df433ea76c5b4b0009944e902ef7bd4166a17f (diff)
Cycles: Minor code style cleanup
Diffstat (limited to 'intern/cycles/device/device_opencl.cpp')
-rw-r--r--intern/cycles/device/device_opencl.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/intern/cycles/device/device_opencl.cpp b/intern/cycles/device/device_opencl.cpp
index a9e5f021a57..d6b1ab38bd0 100644
--- a/intern/cycles/device/device_opencl.cpp
+++ b/intern/cycles/device/device_opencl.cpp
@@ -1115,7 +1115,7 @@ public:
{
/* this is blocking */
size_t size = mem.memory_size();
- if(size != 0){
+ if(size != 0) {
opencl_assert(clEnqueueWriteBuffer(cqCommandQueue,
CL_MEM_PTR(mem.device_pointer),
CL_TRUE,