mirror of
https://github.com/godotengine/godot.git
synced 2026-01-03 18:11:19 +03:00
Fix indentation issues in last commits
Ping @reduz.
This commit is contained in:
@@ -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