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/StrokeLayer.cpp')
-rw-r--r--source/blender/freestyle/intern/stroke/StrokeLayer.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/freestyle/intern/stroke/StrokeLayer.cpp b/source/blender/freestyle/intern/stroke/StrokeLayer.cpp
index c89e7143c89..95598654dfe 100644
--- a/source/blender/freestyle/intern/stroke/StrokeLayer.cpp
+++ b/source/blender/freestyle/intern/stroke/StrokeLayer.cpp
@@ -19,9 +19,11 @@
* \brief Class to define a layer of strokes.
*/
+/* clang-format off */
#include "Canvas.h"
#include "Stroke.h"
#include "StrokeLayer.h"
+/* clang-format on */
namespace Freestyle {