mirror of
https://github.com/godotengine/godot.git
synced 2026-01-03 18:11:19 +03:00
Style: Apply new clang-format 5.0 style to all files
This commit is contained in:
@@ -378,8 +378,8 @@ void Resource::_bind_methods() {
|
||||
BIND_VMETHOD(MethodInfo("_setup_local_to_scene"));
|
||||
}
|
||||
|
||||
Resource::Resource()
|
||||
: remapped_list(this) {
|
||||
Resource::Resource() :
|
||||
remapped_list(this) {
|
||||
|
||||
#ifdef TOOLS_ENABLED
|
||||
last_modified_time = 0;
|
||||
|
||||
Reference in New Issue
Block a user