Skip to content

Commit c6aeaa6

Browse files
committed
Fix tabs and end-of-file.
1 parent a6a89f9 commit c6aeaa6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

bin/ch/ch.manifest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@
1818
<supportedOS Id="{e2011457-1546-43c5-a5fe-008deee3d3f0}"/>
1919
</application>
2020
</compatibility>
21-
</assembly>
21+
</assembly>

lib/Runtime/Base/ThreadContextInfo.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -503,9 +503,9 @@ ThreadContextInfo::SetValidCallTargetInternal(
503503
#if DBG
504504
if (isSetValid
505505
#if ENABLE_OOP_NATIVE_CODEGEN
506-
&& !JITManager::GetJITManager()->IsOOPJITEnabled()
506+
&& !JITManager::GetJITManager()->IsOOPJITEnabled()
507507
#endif
508-
)
508+
)
509509
{
510510
_guard_check_icall((uintptr_t)callTargetAddress);
511511
}

0 commit comments

Comments
 (0)