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>2018-04-22 09:44:23 +0300
committerCampbell Barton <ideasman42@gmail.com>2018-04-22 09:45:52 +0300
commit02f28da187b744b3dea0d253b3d46d91b201a98d (patch)
treebc91af2ee1f6304e7ee8402e8063874f2737f11d /source/blender/gpu/shaders/gpu_shader_2D_nodelink_vert.glsl
parentba711847554f6125ba75c7faf3bd876164f1edce (diff)
Cleanup: trailing spaces
Applied to newly added files in 2.8
Diffstat (limited to 'source/blender/gpu/shaders/gpu_shader_2D_nodelink_vert.glsl')
-rw-r--r--source/blender/gpu/shaders/gpu_shader_2D_nodelink_vert.glsl2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/gpu/shaders/gpu_shader_2D_nodelink_vert.glsl b/source/blender/gpu/shaders/gpu_shader_2D_nodelink_vert.glsl
index 4c295fcd72a..4a9f5f94321 100644
--- a/source/blender/gpu/shaders/gpu_shader_2D_nodelink_vert.glsl
+++ b/source/blender/gpu/shaders/gpu_shader_2D_nodelink_vert.glsl
@@ -104,4 +104,4 @@ void main(void)
if (expand.y != 1.0 && !doArrow) {
gl_Position.xy *= 0.0;
}
-} \ No newline at end of file
+}