From aad2c069563a3e7318b575216db6deb313445f2c Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Sun, 19 May 2024 19:13:03 +0200 Subject: MHR-23: Fix run_format.sh, inl files needs to be formated as well. Signed-off-by: Amlal El Mahrouss --- SDK/Library/CoreSystem/Headers/Thread.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'SDK/Library/CoreSystem/Headers/Thread.h') diff --git a/SDK/Library/CoreSystem/Headers/Thread.h b/SDK/Library/CoreSystem/Headers/Thread.h index 2d760eec..15b40df3 100644 --- a/SDK/Library/CoreSystem/Headers/Thread.h +++ b/SDK/Library/CoreSystem/Headers/Thread.h @@ -1,6 +1,6 @@ /* ------------------------------------------- - Copyright SoftwareLabs + Copyright SoftwareLabs ------------------------------------------- */ @@ -41,7 +41,7 @@ CS_EXTERN_C VoidType CSThreadJoin(ThreadRef ref); /// @brief Yields the current thread. /// @param ref the thead reference. -/// @return +/// @return CS_EXTERN_C VoidType CSThreadYield(ThreadRef ref); #endif // __THREAD__ -- cgit v1.2.3