Skip to content

Commit c4cf215

Browse files
committed
renmatrix: Tidy syntax
1 parent b5db2f8 commit c4cf215

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

src/renmatrix.ps.src

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -313,11 +313,9 @@ begin
313313
mark x y dir
314314
{ % [vertex...] x y dir
315315
//renmatrix.tracestep 3 index 3 index abcdget get exec
316-
dup sdir eq {
317-
1 index sy eq {
318-
2 index sx eq { pop pop pop exit } if
319-
} if
320-
} if
316+
dup sdir eq { 1 index sy eq { 2 index sx eq {
317+
pop pop pop exit
318+
} if } if } if
321319
} loop
322320
counttomark array astore exch pop
323321

0 commit comments

Comments
 (0)