mirror of
https://github.com/godotengine/godot.git
synced 2025-10-19 16:03:29 +00:00
Set clang-format RemoveSemicolon
rule to true
- Set clang-format `Standard` rule to `c++20`
This commit is contained in:
parent
6732a0fd86
commit
0d350e7108
167 changed files with 466 additions and 465 deletions
|
@ -468,11 +468,11 @@ Error OS::set_thread_name(const String &p_name) {
|
|||
|
||||
::Thread::ID OS::get_thread_caller_id() const {
|
||||
return ::Thread::get_caller_id();
|
||||
};
|
||||
}
|
||||
|
||||
::Thread::ID OS::get_main_thread_id() const {
|
||||
return ::Thread::get_main_id();
|
||||
};
|
||||
}
|
||||
|
||||
bool OS::has_feature(const String &p_feature) const {
|
||||
const bool *value_ptr = feature_cache.getptr(p_feature);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue