Cleanup: Line wrapping

This commit is contained in:
Sergey Sharybin
2019-03-29 15:40:59 +01:00
parent fb86d09195
commit c14e6ee9a4

View File

@@ -390,9 +390,7 @@ void deg_graph_flush_updates(Main *bmain, Depsgraph *graph)
ComponentNode *comp_node = op_node->owner;
IDNode *id_node = comp_node->owner;
flush_handle_id_node(id_node);
flush_handle_component_node(id_node,
comp_node,
&queue);
flush_handle_component_node(id_node,comp_node, &queue);
/* Flush to nodes along links. */
op_node = flush_schedule_children(op_node, &queue);
}