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 <campbell@blender.org>2022-09-26 14:52:40 +0300
committerCampbell Barton <campbell@blender.org>2022-09-26 14:52:40 +0300
commit2356afc7af9ab53d727cb191f7515643746865a5 (patch)
treed5931cc8511553706b3d2db6a7cb315c19223e2e /source/blender/gpu
parent03eac69c619e6e7949fe8d3961d15afda8059989 (diff)
Cleanup: format, ensure trailing newlines
Diffstat (limited to 'source/blender/gpu')
-rw-r--r--source/blender/gpu/shaders/gpu_shader_3D_polyline_vert_no_geom.glsl2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/gpu/shaders/gpu_shader_3D_polyline_vert_no_geom.glsl b/source/blender/gpu/shaders/gpu_shader_3D_polyline_vert_no_geom.glsl
index 0ae39dde4c1..4c1aebd9caf 100644
--- a/source/blender/gpu/shaders/gpu_shader_3D_polyline_vert_no_geom.glsl
+++ b/source/blender/gpu/shaders/gpu_shader_3D_polyline_vert_no_geom.glsl
@@ -159,4 +159,4 @@ void main()
else if (quad_vertex_id == 4) {
do_vertex(1, p1, ofs, -1.0);
}
-} \ No newline at end of file
+}