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:
Diffstat (limited to 'source/blender/freestyle/intern/rendering/GLBlendEquation.cpp')
-rw-r--r--source/blender/freestyle/intern/rendering/GLBlendEquation.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/freestyle/intern/rendering/GLBlendEquation.cpp b/source/blender/freestyle/intern/rendering/GLBlendEquation.cpp
index 5dc0985aa53..2cbd003c58e 100644
--- a/source/blender/freestyle/intern/rendering/GLBlendEquation.cpp
+++ b/source/blender/freestyle/intern/rendering/GLBlendEquation.cpp
@@ -6,4 +6,4 @@ void FRS_glBlendEquation(GLenum mode) {
} else if ( glBlendEquationEXT ) {
glBlendEquationEXT(mode);
}
-} \ No newline at end of file
+}