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>2017-04-28 14:21:17 +0300
committerSergey Sharybin <sergey.vfx@gmail.com>2017-04-28 14:21:17 +0300
commit4245ed360e587fec1bdd2c3bac3b318865bba8bc (patch)
treec47ea32611a3fb108605538eef3f9b98fdf8552c /intern/cycles/render/scene.h
parenta85f457195045dff3d31d4de739d9a98fba62cc2 (diff)
Cycles: Cleanup, indentaiton and trailing whitespace and wrapping
Diffstat (limited to 'intern/cycles/render/scene.h')
-rw-r--r--intern/cycles/render/scene.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/intern/cycles/render/scene.h b/intern/cycles/render/scene.h
index b02f9f35393..09f239f09eb 100644
--- a/intern/cycles/render/scene.h
+++ b/intern/cycles/render/scene.h
@@ -120,7 +120,7 @@ public:
std::vector<device_vector<float>* > tex_float_image;
std::vector<device_vector<uchar>* > tex_byte_image;
std::vector<device_vector<half>* > tex_half_image;
-
+
/* opencl images */
device_vector<float4> tex_image_float4_packed;
device_vector<uchar4> tex_image_byte4_packed;