You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-05 12:10:55 +00:00
Style: Apply new clang-format 5.0 style to all files
This commit is contained in:
@@ -1885,8 +1885,8 @@ StringName CSharpScript::get_script_name() const {
|
||||
return name;
|
||||
}
|
||||
|
||||
CSharpScript::CSharpScript()
|
||||
: script_list(this) {
|
||||
CSharpScript::CSharpScript() :
|
||||
script_list(this) {
|
||||
|
||||
_clear();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user