diff options
| author | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2024-09-02 10:06:13 +0200 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2024-09-02 10:06:13 +0200 |
| commit | b3888ff9e2c18da6b73a57f453f7ad36fea61b7b (patch) | |
| tree | 1c2c6da3f8fba030222f7505f73a104eaf9e17cf /dev/DLL | |
| parent | 9b7082353e9f7bd4d3ae077959de553f437316db (diff) | |
[ META ] Update formating.
Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com>
Diffstat (limited to 'dev/DLL')
| -rw-r--r-- | dev/DLL/EncryptFS/EncryptFS.hxx | 2 | ||||
| -rw-r--r-- | dev/DLL/EncryptFS/Sources/EncryptBlock.cxx | 4 | ||||
| -rw-r--r-- | dev/DLL/EncryptFS/Sources/Key.cxx | 2 | ||||
| -rw-r--r-- | dev/DLL/WRenderer/Sources/UIRenderView.cxx | 2 |
4 files changed, 5 insertions, 5 deletions
diff --git a/dev/DLL/EncryptFS/EncryptFS.hxx b/dev/DLL/EncryptFS/EncryptFS.hxx index 4aa82666..4dfafe7c 100644 --- a/dev/DLL/EncryptFS/EncryptFS.hxx +++ b/dev/DLL/EncryptFS/EncryptFS.hxx @@ -18,5 +18,5 @@ namespace EncryptFS
{
using namespace Kernel;
-
+
}
\ No newline at end of file diff --git a/dev/DLL/EncryptFS/Sources/EncryptBlock.cxx b/dev/DLL/EncryptFS/Sources/EncryptBlock.cxx index 09b8c0d9..b3f2fc56 100644 --- a/dev/DLL/EncryptFS/Sources/EncryptBlock.cxx +++ b/dev/DLL/EncryptFS/Sources/EncryptBlock.cxx @@ -9,6 +9,6 @@ enum { - eEFSFlagEncrypted = 0x3f, - eEFSFlagEncryptedEPM = 0xf3, + eEFSFlagEncrypted = 0x3f, + eEFSFlagEncryptedEPM = 0xf3, }; diff --git a/dev/DLL/EncryptFS/Sources/Key.cxx b/dev/DLL/EncryptFS/Sources/Key.cxx index 457ce1b8..166d04b3 100644 --- a/dev/DLL/EncryptFS/Sources/Key.cxx +++ b/dev/DLL/EncryptFS/Sources/Key.cxx @@ -9,4 +9,4 @@ #include <cstdint> typedef int32_t efs_encrypt_token_t; -typedef void* efs_encrypted_blob_t; +typedef void* efs_encrypted_blob_t; diff --git a/dev/DLL/WRenderer/Sources/UIRenderView.cxx b/dev/DLL/WRenderer/Sources/UIRenderView.cxx index 0091cef4..d4281675 100644 --- a/dev/DLL/WRenderer/Sources/UIRenderView.cxx +++ b/dev/DLL/WRenderer/Sources/UIRenderView.cxx @@ -11,7 +11,7 @@ namespace System
{
- UIRenderView::UIRenderView() = default;
+ UIRenderView::UIRenderView() = default;
UIRenderView::~UIRenderView() = default;
UIRenderEffect* UIRenderView::GetEffect(const SizeT& at)
|
