[Bf-blender-cvs] [41dce8af6a4] master: Cleanup: clang-format

Campbell Barton noreply at git.blender.org
Fri May 31 08:05:43 CEST 2019


Commit: 41dce8af6a425f6cf7cdcbf440ed51566e13a99b
Author: Campbell Barton
Date:   Fri May 31 09:47:55 2019 +1000
Branches: master
https://developer.blender.org/rB41dce8af6a425f6cf7cdcbf440ed51566e13a99b

Cleanup: clang-format

===================================================================

M	source/blender/draw/engines/gpencil/shaders/gpencil_blend_frag.glsl

===================================================================

diff --git a/source/blender/draw/engines/gpencil/shaders/gpencil_blend_frag.glsl b/source/blender/draw/engines/gpencil/shaders/gpencil_blend_frag.glsl
index 7d6d9e98056..4a6025fcd24 100644
--- a/source/blender/draw/engines/gpencil/shaders/gpencil_blend_frag.glsl
+++ b/source/blender/draw/engines/gpencil/shaders/gpencil_blend_frag.glsl
@@ -115,7 +115,8 @@ void main()
   if (mode == MODE_REGULAR) {
     if (stroke_color.a > 0) {
       if (mix_color.a > 0) {
-        FragColor = vec4(mix(stroke_color.rgb, mix_color.rgb, mix_color.a * blend_opacity), stroke_color.a);
+        FragColor = vec4(mix(stroke_color.rgb, mix_color.rgb, mix_color.a * blend_opacity),
+                         stroke_color.a);
         gl_FragDepth = mix_depth;
       }
       else {



More information about the Bf-blender-cvs mailing list