From 16ede6584e6824f596e4816e86c0c2ed2236d646 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Fri, 5 Aug 2022 13:34:10 +1000 Subject: Cleanup: format --- source/blender/depsgraph/DEG_depsgraph_build.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/depsgraph') 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 -- cgit v1.2.3