diff options
| author | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2024-05-07 14:48:27 +0200 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2024-05-07 14:48:27 +0200 |
| commit | 636a6034a613f98f13848bf4bf1143bf5966dbce (patch) | |
| tree | fe22135bd758e181530d208c7398913fc5b500f5 /Public/Developer | |
| parent | e80b274a23cb6bbe83bc48058c779624b16dd556 (diff) | |
MHR-23: format fix.
Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com>
Diffstat (limited to 'Public/Developer')
| -rw-r--r-- | Public/Developer/SystemLib/Headers/Defines.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/Public/Developer/SystemLib/Headers/Defines.h b/Public/Developer/SystemLib/Headers/Defines.h index db2e1884..07e0cfeb 100644 --- a/Public/Developer/SystemLib/Headers/Defines.h +++ b/Public/Developer/SystemLib/Headers/Defines.h @@ -11,12 +11,12 @@ #endif #ifdef _DEBUG -#define CA_MUST_PASS(e) \ - { \ - if (!e) \ - { \ +#define CA_MUST_PASS(e) \ + { \ + if (!e) \ + { \ Alert("Sorry, an assertion failed.\nFile: %s\nLine: %i", __FILE__, __LINE__) RtAssertTriggerInterrupt() \ - } \ + } \ } #else #define CA_MUST_PASS(e) CA_UNREFERENCED_PARAMETER(e) @@ -129,7 +129,7 @@ enum RtProcessCall kCallSizePtr, kCallCheckPtr, kCallAllocStack, - /// @brief Open a specific handle + /// @brief Open a specific handle /// (can be used as sel to call methods related to it.) kCallOpenFile, kCallCloseFile, |
