Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Commit 6dab63d

Browse files
committed
Formatting
1 parent c108c9d commit 6dab63d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/jit/morph.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5970,7 +5970,7 @@ BasicBlock* Compiler::fgSetRngChkTargetInner(SpecialCodeKind kind, bool delay, u
59705970
const unsigned theStkDepth = fgGlobalMorph ? fgPtrArgCntCur : *stkDepth;
59715971
#else
59725972
// only x86 pushes args
5973-
const unsigned theStkDepth = 0;
5973+
const unsigned theStkDepth = 0;
59745974
#endif
59755975

59765976
// Create/find the appropriate "range-fail" label

0 commit comments

Comments
 (0)