Skip to content

Commit

Permalink
#78303 Fix of formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
SkiFoD committed Aug 14, 2023
1 parent 5318946 commit bec1de3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/coreclr/jit/morph.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -11040,7 +11040,7 @@ GenTree* Compiler::fgOptimizeHWIntrinsic(GenTreeHWIntrinsic* node)

return andnNode;
}
default:
default:
{
break;
}
Expand Down

0 comments on commit bec1de3

Please sign in to comment.