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/app_blender/AppGLWidget_point.h')
-rw-r--r--source/blender/freestyle/intern/app_blender/AppGLWidget_point.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/freestyle/intern/app_blender/AppGLWidget_point.h b/source/blender/freestyle/intern/app_blender/AppGLWidget_point.h
index 81903f174a8..4250922239d 100644
--- a/source/blender/freestyle/intern/app_blender/AppGLWidget_point.h
+++ b/source/blender/freestyle/intern/app_blender/AppGLWidget_point.h
@@ -156,4 +156,4 @@ inline const Point operator/( const Point &p, double c )
return Point((QCOORD)(p.xp/c), (QCOORD)(p.yp/c));
}
-#endif // POINT_H \ No newline at end of file
+#endif // POINT_H