diff options
| author | Thaddeus Crews <repiteo@outlook.com> | 2024-06-26 11:13:05 -0500 |
|---|---|---|
| committer | Thaddeus Crews <repiteo@outlook.com> | 2024-09-20 08:09:48 -0500 |
| commit | b37fc1014abf7adda70dc30b0822d775b3a4433f (patch) | |
| tree | 1fea31fbbaf41589e9d4ee8e484871280ef720e5 /platform/macos/export | |
| parent | 72c183ce8ba6f5c78213d49dd3a135690ef0bfd3 (diff) | |
| download | redot-engine-b37fc1014abf7adda70dc30b0822d775b3a4433f.tar.gz | |
Style: Apply new `clang-format` changes
Diffstat (limited to 'platform/macos/export')
| -rw-r--r-- | platform/macos/export/export_plugin.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/macos/export/export_plugin.h b/platform/macos/export/export_plugin.h index 5457c687d3..d88d347359 100644 --- a/platform/macos/export/export_plugin.h +++ b/platform/macos/export/export_plugin.h @@ -68,7 +68,7 @@ class EditorExportPlatformMacOS : public EditorExportPlatform { String cmd_args; bool wait = false; - SSHCleanupCommand(){}; + SSHCleanupCommand() {} SSHCleanupCommand(const String &p_host, const String &p_port, const Vector<String> &p_ssh_arg, const String &p_cmd_args, bool p_wait = false) { host = p_host; port = p_port; |
