diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2024-09-20 16:06:08 +0200 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2024-09-20 16:06:08 +0200 |
commit | da9764ad438a0dab31f74791d1cf84612ed52c69 (patch) | |
tree | 644b6c8e05f5ef05da89f1b284f24256a3031616 /platform/macos/export/export_plugin.h | |
parent | 0a4aedb36065f66fc7e99cb2e6de3e55242f9dfb (diff) | |
parent | e90c5a46042feb4b1781062dc4d4e8f075009638 (diff) | |
download | redot-engine-da9764ad438a0dab31f74791d1cf84612ed52c69.tar.gz |
Merge pull request #93313 from Repiteo/ci/clang-format
CI: Update `clang-format` pre-commit hook to latest version
Diffstat (limited to 'platform/macos/export/export_plugin.h')
-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; |