From ad999c3e2e5ca4379e90d4e019b7671a1eaa3fbd Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Fri, 11 Oct 2024 17:32:44 +0200 Subject: IMP: Add new targets for OS X, Xcode. FIX: Refactored kernel's source code according to codebase standards. Signed-off-by: Amlal El Mahrouss --- dev/sci/sci_base.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dev/sci/sci_base.hxx') diff --git a/dev/sci/sci_base.hxx b/dev/sci/sci_base.hxx index 58a31837..7eedbb8a 100644 --- a/dev/sci/sci_base.hxx +++ b/dev/sci/sci_base.hxx @@ -216,7 +216,7 @@ IMPORT_C Void MmSetHeapFlags(_Input VoidPtr heap, _Input UInt32 flags); /// @brief Change protection flags of a memory region. IMPORT_C UInt32 MmGetHeapFlags(_Input VoidPtr heap); -/// @brief Fill memory region with CRC32. +/// @brief Fill memory region with CRC32. IMPORT_C UInt32 MmFillCRC32Heap(_Input VoidPtr heap); /// @brief Copy memory region. @@ -248,7 +248,7 @@ IMPORT_C Void ThrExitMainThread(_Input SInt32 exit_code); /// @param exit_code the exit code. IMPORT_C Void ThrExitThread(_Input ThreadObject thread, _Input SInt32 exit_code); -typedef Void(*ThreadProc)(Void); +typedef Void (*ThreadProc)(Void); /// @brief Create a thread. /// @param procedure the thread procedure. -- cgit v1.2.3