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:
Diffstat (limited to 'source/blender/depsgraph/DEG_depsgraph_debug.h')
-rw-r--r--source/blender/depsgraph/DEG_depsgraph_debug.h9
1 files changed, 3 insertions, 6 deletions
diff --git a/source/blender/depsgraph/DEG_depsgraph_debug.h b/source/blender/depsgraph/DEG_depsgraph_debug.h
index bdf612606f0..9ebd5f7ffae 100644
--- a/source/blender/depsgraph/DEG_depsgraph_debug.h
+++ b/source/blender/depsgraph/DEG_depsgraph_debug.h
@@ -56,9 +56,7 @@ void DEG_stats_simple(const struct Depsgraph *graph,
/* ************************************************ */
/* Diagram-Based Graph Debugging */
-void DEG_debug_relations_graphviz(const struct Depsgraph *graph,
- FILE *stream,
- const char *label);
+void DEG_debug_relations_graphviz(const struct Depsgraph *graph, FILE *stream, const char *label);
void DEG_debug_stats_gnuplot(const struct Depsgraph *graph,
FILE *stream,
@@ -68,8 +66,7 @@ void DEG_debug_stats_gnuplot(const struct Depsgraph *graph,
/* ************************************************ */
/* Compare two dependency graphs. */
-bool DEG_debug_compare(const struct Depsgraph *graph1,
- const struct Depsgraph *graph2);
+bool DEG_debug_compare(const struct Depsgraph *graph1, const struct Depsgraph *graph2);
/* Check that dependnecies in the graph are really up to date. */
bool DEG_debug_graph_relations_validate(struct Depsgraph *graph,
@@ -84,4 +81,4 @@ bool DEG_debug_consistency_check(struct Depsgraph *graph);
} /* extern "C" */
#endif
-#endif /* __DEG_DEPSGRAPH_DEBUG_H__ */
+#endif /* __DEG_DEPSGRAPH_DEBUG_H__ */