diff options
author | Thaddeus Crews <repiteo@outlook.com> | 2024-10-29 19:25:36 -0500 |
---|---|---|
committer | Thaddeus Crews <repiteo@outlook.com> | 2024-10-29 19:25:36 -0500 |
commit | b7a0971ad2d168e31d9a3ba93bbc59865bb1c337 (patch) | |
tree | 1d67cb0af1f6c2c8f2b054ceef7f9f764b6ff35d /modules/camera/camera_linux.cpp | |
parent | 64b68192cc8a13e7ed87a8f64b2d5dd6f15e4056 (diff) | |
parent | 25b28aa8877faafde9f1770f4afccab95d681d43 (diff) | |
download | redot-engine-b7a0971ad2d168e31d9a3ba93bbc59865bb1c337.tar.gz |
Merge pull request #97934 from adamscott/give-AThousandShips-a-break
[Codestyle] Set clang-format `RemoveSemicolon` rule to `true`
Diffstat (limited to 'modules/camera/camera_linux.cpp')
-rw-r--r-- | modules/camera/camera_linux.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/camera/camera_linux.cpp b/modules/camera/camera_linux.cpp index 0cfb6b7b9e..e5558bf96c 100644 --- a/modules/camera/camera_linux.cpp +++ b/modules/camera/camera_linux.cpp @@ -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(); |