You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-11 13:10:58 +00:00
Style: Apply clang-format again on all files
Fixes issues introduced by newer clang-format versions or commits pushed directly without using the clang-format pre-commit hook.
This commit is contained in:
@@ -508,7 +508,7 @@ public:
|
||||
} else if (current->has_setting("application/config/name")) {
|
||||
project_name->set_text(current->get("application/config/name"));
|
||||
}
|
||||
|
||||
|
||||
project_name->call_deferred("grab_focus");
|
||||
|
||||
create_dir->hide();
|
||||
|
||||
Reference in New Issue
Block a user