You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-19 14:31:59 +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:
@@ -144,7 +144,7 @@ bool GDNative::initialize() {
|
||||
}
|
||||
}
|
||||
|
||||
Error err = OS::get_singleton()->open_dynamic_library(path, native_handle,true);
|
||||
Error err = OS::get_singleton()->open_dynamic_library(path, native_handle, true);
|
||||
if (err != OK) {
|
||||
return false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user