summaryrefslogtreecommitdiffhomepage
path: root/SDK/Library/CoreSystem/Headers/Thread.h
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@el-mahrouss-logic.com>2024-05-19 19:13:03 +0200
committerAmlal El Mahrouss <amlal@el-mahrouss-logic.com>2024-05-19 19:13:03 +0200
commitaad2c069563a3e7318b575216db6deb313445f2c (patch)
tree2ba42b767473bebdca9d2538d120f0b4d82194e4 /SDK/Library/CoreSystem/Headers/Thread.h
parentc0428f8e5feba9573e572a1a1b3c66cfa1f29108 (diff)
MHR-23: Fix run_format.sh, inl files needs to be formated as well.
Signed-off-by: Amlal El Mahrouss <amlal@el-mahrouss-logic.com>
Diffstat (limited to 'SDK/Library/CoreSystem/Headers/Thread.h')
-rw-r--r--SDK/Library/CoreSystem/Headers/Thread.h4
1 files changed, 2 insertions, 2 deletions
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__