From 744f6339865fa8ed00b2e98aa5812b94d67a8604 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Sun, 3 Feb 2019 14:01:45 +1100 Subject: Cleanup: trailing commas Needed for clan-format not to wrap onto one line. --- source/blender/depsgraph/intern/debug/deg_debug_relations_graphviz.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/depsgraph/intern/debug/deg_debug_relations_graphviz.cc') 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 06b999a6115..8e918fe1dd1 100644 --- a/source/blender/depsgraph/intern/debug/deg_debug_relations_graphviz.cc +++ b/source/blender/depsgraph/intern/debug/deg_debug_relations_graphviz.cc @@ -93,7 +93,7 @@ static const int deg_debug_node_type_color_map[][2] = { {NodeType::POINT_CACHE, 11}, {NodeType::LAYER_COLLECTIONS, 12}, {NodeType::COPY_ON_WRITE, 13}, - {-1, 0} + {-1, 0}, }; #endif -- cgit v1.2.3