You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-05 12:10:55 +00:00
Style: apply clang-format (5.0.0) to current source
This commit is contained in:
@@ -795,8 +795,8 @@ void GDScript::get_script_signal_list(List<MethodInfo> *r_signals) const {
|
||||
#endif
|
||||
}
|
||||
|
||||
GDScript::GDScript()
|
||||
: script_list(this) {
|
||||
GDScript::GDScript() :
|
||||
script_list(this) {
|
||||
|
||||
_static_ref = this;
|
||||
valid = false;
|
||||
|
||||
Reference in New Issue
Block a user