From 7ee6635105671c373da5cc4f12f241c3f85868e8 Mon Sep 17 00:00:00 2001 From: Sergey Sharybin Date: Fri, 15 Feb 2019 12:30:06 +0100 Subject: Cleanup: Indentation --- source/blender/depsgraph/intern/depsgraph.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source') 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; -- cgit v1.2.3