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:
authorCampbell Barton <ideasman42@gmail.com>2020-11-11 01:06:45 +0300
committerCampbell Barton <ideasman42@gmail.com>2020-11-11 01:11:43 +0300
commitc4d8f6a4a8ddc29ed27311ed7578b3c8c31399d2 (patch)
tree48d6692ba841ec183c666b49592a78e5306aede6 /source/blender/python/intern/bpy_library_load.c
parentcd9acfed4f7674b84be965d469a367aef96f8af3 (diff)
Cleanup: clang-format
Diffstat (limited to 'source/blender/python/intern/bpy_library_load.c')
-rw-r--r--source/blender/python/intern/bpy_library_load.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/python/intern/bpy_library_load.c b/source/blender/python/intern/bpy_library_load.c
index adab984057b..bc3d8b2c360 100644
--- a/source/blender/python/intern/bpy_library_load.c
+++ b/source/blender/python/intern/bpy_library_load.c
@@ -97,8 +97,8 @@ static PyTypeObject bpy_lib_Type = {
#else
(printfunc)NULL, /* printfunc tp_print */
#endif
- NULL, /* getattrfunc tp_getattr; */
- NULL, /* setattrfunc tp_setattr; */
+ NULL, /* getattrfunc tp_getattr; */
+ NULL, /* setattrfunc tp_setattr; */
NULL,
/* tp_compare */ /* DEPRECATED in python 3.0! */
NULL, /* tp_repr */