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/system/PythonInterpreter.h')
-rw-r--r--source/blender/freestyle/intern/system/PythonInterpreter.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/freestyle/intern/system/PythonInterpreter.h b/source/blender/freestyle/intern/system/PythonInterpreter.h
index af4ab18d0e8..785bc0f4330 100644
--- a/source/blender/freestyle/intern/system/PythonInterpreter.h
+++ b/source/blender/freestyle/intern/system/PythonInterpreter.h
@@ -22,6 +22,7 @@
* \brief Python Interpreter
*/
+/* clang-format off */
#include <iostream>
extern "C" {
@@ -48,6 +49,7 @@ extern "C" {
#include "bpy_capi_utils.h"
}
+/* clang-format on */
namespace Freestyle {