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>2018-11-15 10:50:18 +0300
committerCampbell Barton <ideasman42@gmail.com>2018-11-15 10:50:18 +0300
commitb8d21f9b9bfced8fc82aa8a4ada98f5ee06c70d5 (patch)
treed12df4070dc33e237be789383eb9c0d479633a8b /source/blender/depsgraph/intern/debug/deg_debug_relations_graphviz.cc
parent5ec1d709e7717537b9f60e4b9ea997c56f6c5c15 (diff)
Cleanup: typo, whitespace
Diffstat (limited to 'source/blender/depsgraph/intern/debug/deg_debug_relations_graphviz.cc')
-rw-r--r--source/blender/depsgraph/intern/debug/deg_debug_relations_graphviz.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/depsgraph/intern/debug/deg_debug_relations_graphviz.cc b/source/blender/depsgraph/intern/debug/deg_debug_relations_graphviz.cc
index 39dfac2fca7..8197fa116e6 100644
--- a/source/blender/depsgraph/intern/debug/deg_debug_relations_graphviz.cc
+++ b/source/blender/depsgraph/intern/debug/deg_debug_relations_graphviz.cc
@@ -96,7 +96,7 @@ static const int deg_debug_node_type_color_map[][2] = {
{DEG_NODE_TYPE_SHADING_PARAMETERS, 9},
{DEG_NODE_TYPE_CACHE, 10},
{DEG_NODE_TYPE_POINT_CACHE, 11},
- {DEG_NODE_TYPE_LAYER_COLLECTIONS , 12},
+ {DEG_NODE_TYPE_LAYER_COLLECTIONS, 12},
{DEG_NODE_TYPE_COPY_ON_WRITE, 13},
{-1, 0}
};