You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-07 12:30:27 +00:00
Style: Set clang-format Standard to c++14
This commit is contained in:
@@ -994,7 +994,7 @@ void ConnectionsDock::update_tree() {
|
||||
String descr;
|
||||
bool found = false;
|
||||
|
||||
Map<StringName, Map<StringName, String> >::Element *G = descr_cache.find(base);
|
||||
Map<StringName, Map<StringName, String>>::Element *G = descr_cache.find(base);
|
||||
if (G) {
|
||||
Map<StringName, String>::Element *F = G->get().find(signal_name);
|
||||
if (F) {
|
||||
|
||||
Reference in New Issue
Block a user