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-06-17 13:03:22 +0300
committerCampbell Barton <ideasman42@gmail.com>2018-06-17 13:03:22 +0300
commitab20901c9e0cd30ef9c6d3ef17c8fcbc45c14352 (patch)
treefaa21d4c33cff364f200bec58d7db7abc782f2f9 /source/blender/draw/modes/shaders
parent43ce201125ff97e16a56b372a91442590498dacc (diff)
Cleanup: codestyle
Diffstat (limited to 'source/blender/draw/modes/shaders')
-rw-r--r--source/blender/draw/modes/shaders/edit_mesh_overlay_common_lib.glsl2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/draw/modes/shaders/edit_mesh_overlay_common_lib.glsl b/source/blender/draw/modes/shaders/edit_mesh_overlay_common_lib.glsl
index 7caf3deaebe..b3eb55baa3a 100644
--- a/source/blender/draw/modes/shaders/edit_mesh_overlay_common_lib.glsl
+++ b/source/blender/draw/modes/shaders/edit_mesh_overlay_common_lib.glsl
@@ -52,4 +52,4 @@ vec4 EDIT_MESH_vertex_color(int vertex_flag)
return colorWireInactive;
#endif
}
-} \ No newline at end of file
+}