summaryrefslogtreecommitdiffhomepage
path: root/dev/Kernel/KernelKit
diff options
context:
space:
mode:
Diffstat (limited to 'dev/Kernel/KernelKit')
-rw-r--r--dev/Kernel/KernelKit/BinaryMutex.h2
-rw-r--r--dev/Kernel/KernelKit/Semaphore.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/dev/Kernel/KernelKit/BinaryMutex.h b/dev/Kernel/KernelKit/BinaryMutex.h
index a8e18abf..21b2ca6d 100644
--- a/dev/Kernel/KernelKit/BinaryMutex.h
+++ b/dev/Kernel/KernelKit/BinaryMutex.h
@@ -21,7 +21,7 @@ namespace NeOS
{
public:
explicit BinaryMutex() = default;
- ~BinaryMutex() = default;
+ ~BinaryMutex() = default;
public:
bool IsLocked() const;
diff --git a/dev/Kernel/KernelKit/Semaphore.h b/dev/Kernel/KernelKit/Semaphore.h
index a965779e..ac810c62 100644
--- a/dev/Kernel/KernelKit/Semaphore.h
+++ b/dev/Kernel/KernelKit/Semaphore.h
@@ -12,5 +12,5 @@
namespace NeOS
{
- typedef Int64 Semaphore;
+ typedef Int64 Semaphore;
} // namespace NeOS \ No newline at end of file