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
path: root/doc
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2021-03-22 06:22:37 +0300
committerCampbell Barton <ideasman42@gmail.com>2021-03-22 06:25:42 +0300
commit544b3ab1de016b6c4557c2b5664f4f0e013fcd1c (patch)
tree9a8491c95d92199cb9d3af7fb3ddf9f15a475225 /doc
parent2a06657eca5a9b217384062daf55343bf08f86ec (diff)
Cleanup: clang-format, trailing space
Minor manual tweak to prevent wrapping an array into columns.
Diffstat (limited to 'doc')
-rw-r--r--doc/python_api/examples/bpy.types.Depsgraph.7.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/doc/python_api/examples/bpy.types.Depsgraph.7.py b/doc/python_api/examples/bpy.types.Depsgraph.7.py
index 61209a6b9d2..11982730fc9 100644
--- a/doc/python_api/examples/bpy.types.Depsgraph.7.py
+++ b/doc/python_api/examples/bpy.types.Depsgraph.7.py
@@ -61,4 +61,3 @@ def unregister():
if __name__ == "__main__":
register()
-