summaryrefslogtreecommitdiffstats
path: root/src/windows/identity/kmq/init.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/windows/identity/kmq/init.c')
-rw-r--r--src/windows/identity/kmq/init.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/windows/identity/kmq/init.c b/src/windows/identity/kmq/init.c
index 1c2023fc87..f73fd01a5a 100644
--- a/src/windows/identity/kmq/init.c
+++ b/src/windows/identity/kmq/init.c
@@ -158,7 +158,7 @@ void kmqint_detach_this_thread(void) {
q->wait_o = NULL;
q->flags &= ~KMQ_QUEUE_FLAG_DETACHING;
-
+
LeaveCriticalSection(&q->cs);
/* For now, we don't free the queue. */
@@ -190,7 +190,7 @@ DWORD WINAPI kmqint_completion_thread_proc(LPVOID p) {
EnterCriticalSection(&cs_compl);
do {
-
+
if (QTOP(&kmq_completion_xfer) == NULL) {
LeaveCriticalSection(&cs_compl);
WaitForSingleObject(compl_wx, INFINITE);