From 91a155833e59275089641b63ae9271672ac17713 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Tue, 8 Jan 2019 10:28:20 +1100 Subject: Cleanup: comments causing bad clang-format output --- source/blender/freestyle/intern/stroke/Stroke.h | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'source/blender/freestyle') diff --git a/source/blender/freestyle/intern/stroke/Stroke.h b/source/blender/freestyle/intern/stroke/Stroke.h index 74c72e159b4..746b27bd9b3 100644 --- a/source/blender/freestyle/intern/stroke/Stroke.h +++ b/source/blender/freestyle/intern/stroke/Stroke.h @@ -303,9 +303,12 @@ private: typedef std::map Vec2fMap; typedef std::map Vec3fMap; - float _color[3]; //! the color - float _alpha; //! alpha - float _thickness[2]; //! the thickness on the right and on the left of the backbone vertex (the stroke is oriented) + //! the color + float _color[3]; + //! alpha + float _alpha; + //! the thickness on the right and on the left of the backbone vertex (the stroke is oriented) + float _thickness[2]; bool _visible; realMap *_userAttributesReal; Vec2fMap *_userAttributesVec2f; -- cgit v1.2.3