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/stroke/StrokeTesselator.cpp')
-rw-r--r--source/blender/freestyle/intern/stroke/StrokeTesselator.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/freestyle/intern/stroke/StrokeTesselator.cpp b/source/blender/freestyle/intern/stroke/StrokeTesselator.cpp
index 43cf1818fb0..b6805e4220d 100644
--- a/source/blender/freestyle/intern/stroke/StrokeTesselator.cpp
+++ b/source/blender/freestyle/intern/stroke/StrokeTesselator.cpp
@@ -44,10 +44,10 @@ LineRep *StrokeTesselator::Tesselate(Stroke *iStroke)
if (0 == iStroke)
return 0;
- LineRep* line;
+ LineRep *line;
line = new OrientedLineRep();
- Stroke::vertex_iterator v,vend;
+ Stroke::vertex_iterator v, vend;
if (2 == iStroke->vertices_size()) {
line->setStyle(LineRep::LINES);
v = iStroke->vertices_begin();