mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-29 12:19:54 +00:00
LibCrypto: Format all files with clang-format 10
This commit is contained in:
parent
d52ea37717
commit
d497521d2b
Notes:
sideshowbarker
2024-07-19 05:59:26 +09:00
Author: https://github.com/alimpfard
Commit: d497521d2b
Pull-request: https://github.com/SerenityOS/serenity/pull/2441
4 changed files with 85 additions and 86 deletions
|
@ -219,7 +219,7 @@ public:
|
|||
{
|
||||
}
|
||||
|
||||
~RSA_PKCS1_EME() {}
|
||||
~RSA_PKCS1_EME() { }
|
||||
|
||||
virtual void encrypt(const ByteBuffer& in, ByteBuffer& out) override;
|
||||
virtual void decrypt(const ByteBuffer& in, ByteBuffer& out) override;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue