[Bf-blender-cvs] [2e9580e4175] id_copy_refactor: PyAPI: Fix warning about indent

Aaron Carlisle noreply at git.blender.org
Tue Jun 20 17:56:16 CEST 2017


Commit: 2e9580e4175caa395e10fcc43f3aabb764fbea63
Author: Aaron Carlisle
Date:   Fri Jun 16 12:30:18 2017 -0400
Branches: id_copy_refactor
https://developer.blender.org/rB2e9580e4175caa395e10fcc43f3aabb764fbea63

PyAPI: Fix warning about indent

===================================================================

M	source/blender/python/intern/bpy_props.c

===================================================================

diff --git a/source/blender/python/intern/bpy_props.c b/source/blender/python/intern/bpy_props.c
index 2656e612b18..20faa5aa576 100644
--- a/source/blender/python/intern/bpy_props.c
+++ b/source/blender/python/intern/bpy_props.c
@@ -2862,7 +2862,7 @@ PyDoc_STRVAR(BPy_PointerProperty_doc,
                               "name=\"\", "
                               "description=\"\", "
                               "options={'ANIMATABLE'}, "
-                              "update=None,\n"
+                              "update=None, "
                               "poll=None)\n"
 "\n"
 "   Returns a new pointer property definition.\n"




More information about the Bf-blender-cvs mailing list