Skip to content

Commit

Permalink
Formatting once again
Browse files Browse the repository at this point in the history
  • Loading branch information
Suchiman committed Jan 15, 2024
1 parent 782fe28 commit b46461b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/coreclr/jit/importer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8712,7 +8712,7 @@ void Compiler::impImportBlockCode(BasicBlock* block)
!(callInfo.methodFlags & (CORINFO_FLG_DONT_INLINE | CORINFO_FLG_DONT_INLINE_CALLER)) &&
!(prefixFlags & PREFIX_CONSTRAINED) &&
((callInfo.sig.retType == CORINFO_TYPE_VOID && callInfo.sig.numArgs == 1) || // possible setter
(callInfo.sig.retType > CORINFO_TYPE_VOID && callInfo.sig.numArgs == 0))) // possible getter
(callInfo.sig.retType > CORINFO_TYPE_VOID && callInfo.sig.numArgs == 0))) // possible getter
{
if (impTryFindField(callInfo.hMethod, &resolvedToken, &opcode))
{
Expand Down

0 comments on commit b46461b

Please sign in to comment.