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>2019-05-01 13:50:02 +0300
committerCampbell Barton <ideasman42@gmail.com>2019-05-01 14:00:56 +0300
commit177a0ca131794a15d775577e4fa25c1d9e695d13 (patch)
tree34ec644675a418b232d995921aedcfc9f2cd92a2 /intern/opencolorio/ocio_impl_glsl.cc
parent5bbf9029ce676e69042e0a26075431ce67357c38 (diff)
Cleanup: comments (long lines) in various intern/ libs
Diffstat (limited to 'intern/opencolorio/ocio_impl_glsl.cc')
-rw-r--r--intern/opencolorio/ocio_impl_glsl.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/intern/opencolorio/ocio_impl_glsl.cc b/intern/opencolorio/ocio_impl_glsl.cc
index 4d0908eafd5..99d59c8d989 100644
--- a/intern/opencolorio/ocio_impl_glsl.cc
+++ b/intern/opencolorio/ocio_impl_glsl.cc
@@ -70,8 +70,8 @@ typedef struct OCIO_GLSLShader {
/* LUT */
bool lut3d_texture_allocated; /* boolean flag indicating whether
- * lut texture is allocated
- */
+ * lut texture is allocated
+ */
bool lut3d_texture_valid;
GLuint lut3d_texture; /* OGL texture ID for 3D LUT */