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 /platform/linuxbsd | |
| 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 'platform/linuxbsd')
| -rw-r--r-- | platform/linuxbsd/crash_handler_linuxbsd.h | 2 | ||||
| -rw-r--r-- | platform/linuxbsd/export/export_plugin.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/platform/linuxbsd/crash_handler_linuxbsd.h b/platform/linuxbsd/crash_handler_linuxbsd.h index 684f62b249..a14b93e11b 100644 --- a/platform/linuxbsd/crash_handler_linuxbsd.h +++ b/platform/linuxbsd/crash_handler_linuxbsd.h @@ -38,7 +38,7 @@ public: void initialize(); void disable(); - bool is_disabled() const { return disabled; }; + bool is_disabled() const { return disabled; } CrashHandler(); ~CrashHandler(); diff --git a/platform/linuxbsd/export/export_plugin.h b/platform/linuxbsd/export/export_plugin.h index 9e016bd4c3..c8842b3a17 100644 --- a/platform/linuxbsd/export/export_plugin.h +++ b/platform/linuxbsd/export/export_plugin.h @@ -55,7 +55,7 @@ class EditorExportPlatformLinuxBSD : public EditorExportPlatformPC { ssh_args = p_ssh_arg; cmd_args = p_cmd_args; wait = p_wait; - }; + } }; Ref<ImageTexture> run_icon; |
