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 <campbell@blender.org>2022-08-05 06:34:10 +0300
committerCampbell Barton <campbell@blender.org>2022-08-05 06:34:10 +0300
commit16ede6584e6824f596e4816e86c0c2ed2236d646 (patch)
treefc4b1f591002c9b8eb9b1e266916e9399378288e /source/blender/depsgraph
parent0d476bcacd17b82cf596819229d1937be0321250 (diff)
Cleanup: format
Diffstat (limited to 'source/blender/depsgraph')
-rw-r--r--source/blender/depsgraph/DEG_depsgraph_build.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/depsgraph/DEG_depsgraph_build.h b/source/blender/depsgraph/DEG_depsgraph_build.h
index aae5bb2b432..ac6ab5c7666 100644
--- a/source/blender/depsgraph/DEG_depsgraph_build.h
+++ b/source/blender/depsgraph/DEG_depsgraph_build.h
@@ -162,7 +162,7 @@ void DEG_add_generic_id_relation(struct DepsNodeHandle *node_handle,
* have transformation for the modifier, taking into account possible simulation solvers.
*/
void DEG_add_depends_on_transform_relation(struct DepsNodeHandle *node_handle,
- const char *description);
+ const char *description);
/**
* Adds relations from the given component of a given object to the given node