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:
authorSergey Sharybin <sergey.vfx@gmail.com>2019-02-15 14:30:06 +0300
committerSergey Sharybin <sergey.vfx@gmail.com>2019-02-15 17:42:28 +0300
commit7ee6635105671c373da5cc4f12f241c3f85868e8 (patch)
treefb27a9b6a76dbbdcedc4b52a20cc5a9a12f8fcc9 /source/blender/depsgraph/intern/depsgraph.h
parentfaa255c0a4e4f218ba6d16b2733d6197d93101e5 (diff)
Cleanup: Indentation
Diffstat (limited to 'source/blender/depsgraph/intern/depsgraph.h')
-rw-r--r--source/blender/depsgraph/intern/depsgraph.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/depsgraph/intern/depsgraph.h b/source/blender/depsgraph/intern/depsgraph.h
index d33b8945d17..7d483f975bc 100644
--- a/source/blender/depsgraph/intern/depsgraph.h
+++ b/source/blender/depsgraph/intern/depsgraph.h
@@ -132,8 +132,8 @@ struct Depsgraph {
* \return A node matching the required characteristics if it exists
* or NULL if no such node exists in the graph */
Node *find_node_from_pointer(const PointerRNA *ptr,
- const PropertyRNA *prop,
- RNAPointerSource source) const;
+ const PropertyRNA *prop,
+ RNAPointerSource source) const;
TimeSourceNode *add_time_source();
TimeSourceNode *find_time_source() const;