summaryrefslogtreecommitdiffstats
path: root/modules/mbedtls/crypto_mbedtls.h
diff options
context:
space:
mode:
authorThaddeus Crews <repiteo@outlook.com>2024-10-29 19:25:36 -0500
committerThaddeus Crews <repiteo@outlook.com>2024-10-29 19:25:36 -0500
commitb7a0971ad2d168e31d9a3ba93bbc59865bb1c337 (patch)
tree1d67cb0af1f6c2c8f2b054ceef7f9f764b6ff35d /modules/mbedtls/crypto_mbedtls.h
parent64b68192cc8a13e7ed87a8f64b2d5dd6f15e4056 (diff)
parent25b28aa8877faafde9f1770f4afccab95d681d43 (diff)
downloadredot-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/mbedtls/crypto_mbedtls.h')
-rw-r--r--modules/mbedtls/crypto_mbedtls.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/mbedtls/crypto_mbedtls.h b/modules/mbedtls/crypto_mbedtls.h
index 5e1da550d7..d24f00723f 100644
--- a/modules/mbedtls/crypto_mbedtls.h
+++ b/modules/mbedtls/crypto_mbedtls.h
@@ -57,7 +57,7 @@ public:
virtual Error save(const String &p_path, bool p_public_only);
virtual String save_to_string(bool p_public_only);
virtual Error load_from_string(const String &p_string_key, bool p_public_only);
- virtual bool is_public_only() const { return public_only; };
+ virtual bool is_public_only() const { return public_only; }
CryptoKeyMbedTLS() {
mbedtls_pk_init(&pkey);