mirror of
https://github.com/tiennm99/godot.git
synced 2026-08-08 12:23:48 +00:00
Fix indentation issues in last commits
Ping @reduz.
This commit is contained in:
+3
-3
@@ -1403,9 +1403,9 @@ bool Object::has_persistent_signal_connections() const {
|
||||
|
||||
void Object::get_signals_connected_to_this(List<Connection> *p_connections) const {
|
||||
|
||||
for (const List<Connection>::Element *E=connections.front();E;E=E->next()) {
|
||||
p_connections->push_back(E->get());
|
||||
}
|
||||
for (const List<Connection>::Element *E=connections.front();E;E=E->next()) {
|
||||
p_connections->push_back(E->get());
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user