Skip to content

Commit b46461b

Browse files
committed
Formatting once again
1 parent 782fe28 commit b46461b

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
@@ -8712,7 +8712,7 @@ void Compiler::impImportBlockCode(BasicBlock* block)
87128712
!(callInfo.methodFlags & (CORINFO_FLG_DONT_INLINE | CORINFO_FLG_DONT_INLINE_CALLER)) &&
87138713
!(prefixFlags & PREFIX_CONSTRAINED) &&
87148714
((callInfo.sig.retType == CORINFO_TYPE_VOID && callInfo.sig.numArgs == 1) || // possible setter
8715-
(callInfo.sig.retType > CORINFO_TYPE_VOID && callInfo.sig.numArgs == 0))) // possible getter
8715+
(callInfo.sig.retType > CORINFO_TYPE_VOID && callInfo.sig.numArgs == 0))) // possible getter
87168716
{
87178717
if (impTryFindField(callInfo.hMethod, &resolvedToken, &opcode))
87188718
{

0 commit comments

Comments
 (0)