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>2019-04-17 07:17:24 +0300
committerCampbell Barton <ideasman42@gmail.com>2019-04-17 07:21:24 +0300
commite12c08e8d170b7ca40f204a5b0423c23a9fbc2c1 (patch)
tree8cf3453d12edb177a218ef8009357518ec6cab6a /source/blender/depsgraph/DEG_depsgraph_debug.h
parentb3dabc200a4b0399ec6b81f2ff2730d07b44fcaa (diff)
ClangFormat: apply to source, most of intern
Apply clang format as proposed in T53211. For details on usage and instructions for migrating branches without conflicts, see: https://wiki.blender.org/wiki/Tools/ClangFormat
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__ */