mirror of
https://github.com/godotengine/godot.git
synced 2025-11-10 18:41: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
|
|
@ -161,7 +161,7 @@ bool CameraLinux::_can_query_format(int p_file_descriptor, int p_type) {
|
|||
|
||||
CameraLinux::CameraLinux() {
|
||||
camera_thread.start(CameraLinux::camera_thread_func, this);
|
||||
};
|
||||
}
|
||||
|
||||
CameraLinux::~CameraLinux() {
|
||||
exit_flag.set();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue