From: Jeff Schwartz Date: Thu, 30 Mar 2017 22:01:26 +0000 (-0700) Subject: Fix tabs and spaces X-Git-Tag: submit/tizen/20210909.063632~11030^2~7479^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f1658a0182a83850aa5e5f207c68ae46f0e9f99e;p=platform%2Fupstream%2Fdotnet%2Fruntime.git Fix tabs and spaces Commit migrated from https://github.com/dotnet/coreclr/commit/67a8ef7380e9e30f10e67d3b34898903e6d18946 --- diff --git a/src/coreclr/src/gc/windows/gcenv.windows.cpp b/src/coreclr/src/gc/windows/gcenv.windows.cpp index 471018e..30232bf 100644 --- a/src/coreclr/src/gc/windows/gcenv.windows.cpp +++ b/src/coreclr/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; }