Fix tabs and spaces
authorJeff Schwartz <jeffschw@microsoft.com>
Thu, 30 Mar 2017 22:01:26 +0000 (15:01 -0700)
committerJeff Schwartz <jeffschw@microsoft.com>
Thu, 30 Mar 2017 22:01:26 +0000 (15:01 -0700)
src/gc/windows/gcenv.windows.cpp

index 471018e..30232bf 100644 (file)
@@ -597,8 +597,8 @@ bool GCToOSInterface::CreateThread(GCThreadFunction function, void* param, GCThr
         ::SetThreadAffinityMask(gc_thread, (DWORD_PTR)1 << affinity->Processor);
     }
 
-       ResumeThread(gc_thread);
-       CloseHandle(gc_thread);
+    ResumeThread(gc_thread);
+    CloseHandle(gc_thread);
 
     return true;
 }