summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd/osdsync.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/osd/osdsync.cpp')
-rw-r--r--src/osd/osdsync.cpp5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/osd/osdsync.cpp b/src/osd/osdsync.cpp
index 20d5151c8a6..9fdbc306d38 100644
--- a/src/osd/osdsync.cpp
+++ b/src/osd/osdsync.cpp
@@ -117,7 +117,7 @@ struct work_thread_info
std::thread * handle; // handle to the thread
osd_event wakeevent; // wake event for the thread
std::atomic<INT32> active; // are we actively processing work?
- UINT32 id;
+ UINT32 id;
#if KEEP_STATISTICS
INT32 itemsdone;
@@ -149,7 +149,6 @@ struct osd_work_queue
, spinloops(0)
#endif
{
-
}
std::mutex lock; // lock for protecting the queue
@@ -182,7 +181,7 @@ struct osd_work_item
, callback(nullptr)
, param(nullptr)
, result(nullptr)
- , event(nullptr) // manual reset, not signalled
+ , event(nullptr) // manual reset, not signalled
, flags(0)
, done(FALSE)
{