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/FRS_precomp.h')
-rw-r--r--source/blender/freestyle/FRS_precomp.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/source/blender/freestyle/FRS_precomp.h b/source/blender/freestyle/FRS_precomp.h
index 37b15ae4504..52f5b58aed0 100644
--- a/source/blender/freestyle/FRS_precomp.h
+++ b/source/blender/freestyle/FRS_precomp.h
@@ -1,4 +1,6 @@
/* Pre-compiled headers, see: D2606. */
+
+/* clang-format off */
#include <Python.h>
#include <pthread.h>
#include <string>
@@ -45,3 +47,5 @@
#include "intern/python/BPy_ViewMap.h"
#include "intern/python/BPy_ViewShape.h"
#include "intern/python/Director.h"
+
+/* clang-format on */