diff options
| author | Martin Ridgers <[email protected]> | 2022-01-07 10:14:43 +0100 |
|---|---|---|
| committer | Martin Ridgers <[email protected]> | 2022-01-07 10:16:52 +0100 |
| commit | a1ebf45b573953ab3c8841694ce4f32ed64613a5 (patch) | |
| tree | 6a25aee80dae0e00ceb3939491841d62e3184b86 /zencore/thread.cpp | |
| parent | Added a trivial test call to GetCurrentThreadId() (diff) | |
| download | zen-a1ebf45b573953ab3c8841694ce4f32ed64613a5.tar.xz zen-a1ebf45b573953ab3c8841694ce4f32ed64613a5.zip | |
Found some Wayward whitespace
Diffstat (limited to 'zencore/thread.cpp')
| -rw-r--r-- | zencore/thread.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/zencore/thread.cpp b/zencore/thread.cpp index 940db1778..249eee121 100644 --- a/zencore/thread.cpp +++ b/zencore/thread.cpp @@ -313,7 +313,7 @@ NamedEvent::Close() #if ZEN_PLATFORM_WINDOWS CloseHandle(m_EventHandle); #elif ZEN_PLATFORM_LINUX - int Inner = int(intptr_t(m_EventHandle)); + int Inner = int(intptr_t(m_EventHandle)); if (flock(Inner, LOCK_EX | LOCK_NB) == 0) { |