Skip to content

Commit c319a5b

Browse files
committed
Formatting once again
1 parent 2e2e3cd commit c319a5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/coreclr/jit/importer.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8632,7 +8632,7 @@ void Compiler::impImportBlockCode(BasicBlock* block)
86328632
!(callInfo.methodFlags & (CORINFO_FLG_DONT_INLINE | CORINFO_FLG_DONT_INLINE_CALLER)) &&
86338633
!(prefixFlags & PREFIX_CONSTRAINED) &&
86348634
((callInfo.sig.retType == CORINFO_TYPE_VOID && callInfo.sig.numArgs == 1) || // possible setter
8635-
(callInfo.sig.retType > CORINFO_TYPE_VOID && callInfo.sig.numArgs == 0))) // possible getter
8635+
(callInfo.sig.retType > CORINFO_TYPE_VOID && callInfo.sig.numArgs == 0))) // possible getter
86368636
{
86378637
if (impTryFindField(callInfo.hMethod, &resolvedToken, &opcode))
86388638
{

0 commit comments

Comments
 (0)