From: Jeff Schwartz Date: Thu, 30 Mar 2017 22:01:26 +0000 (-0700) Subject: Fix tabs and spaces X-Git-Tag: accepted/tizen/base/20180629.140029~1640^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=67a8ef7380e9e30f10e67d3b34898903e6d18946;p=platform%2Fupstream%2Fcoreclr.git Fix tabs and spaces --- diff --git a/src/gc/windows/gcenv.windows.cpp b/src/gc/windows/gcenv.windows.cpp index 471018e..30232bf 100644 --- a/src/gc/windows/gcenv.windows.cpp +++ b/src/gc/windows/gcenv.windows.cpp @@ -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; }