From 0729c852b4f459b9cb6350f564136e3e8aa6c2cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Verschelde?= Date: Tue, 7 Jun 2016 07:39:40 +0200 Subject: Fix indentation issues in last commits Ping @reduz. --- core/object.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'core/object.cpp') diff --git a/core/object.cpp b/core/object.cpp index cbe24a49f3..34d6d8487a 100644 --- a/core/object.cpp +++ b/core/object.cpp @@ -1403,9 +1403,9 @@ bool Object::has_persistent_signal_connections() const { void Object::get_signals_connected_to_this(List *p_connections) const { - for (const List::Element *E=connections.front();E;E=E->next()) { - p_connections->push_back(E->get()); - } + for (const List::Element *E=connections.front();E;E=E->next()) { + p_connections->push_back(E->get()); + } } -- cgit v1.2.3