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/StrokeIO.h')
-rw-r--r--source/blender/freestyle/intern/stroke/StrokeIO.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/source/blender/freestyle/intern/stroke/StrokeIO.h b/source/blender/freestyle/intern/stroke/StrokeIO.h
index 7ce5091e9fe..ae38847f8cc 100644
--- a/source/blender/freestyle/intern/stroke/StrokeIO.h
+++ b/source/blender/freestyle/intern/stroke/StrokeIO.h
@@ -30,12 +30,12 @@
namespace Freestyle {
-ostream& operator<<(ostream& out, const StrokeAttribute& iStrokeAttribute);
+ostream &operator<<(ostream &out, const StrokeAttribute &iStrokeAttribute);
-ostream& operator<<(ostream& out, const StrokeVertex& iStrokeVertex);
+ostream &operator<<(ostream &out, const StrokeVertex &iStrokeVertex);
-ostream& operator<<(ostream& out, const Stroke& iStroke);
+ostream &operator<<(ostream &out, const Stroke &iStroke);
} /* namespace Freestyle */
-#endif // __FREESTYLE_STROKE_IO_H__
+#endif // __FREESTYLE_STROKE_IO_H__