]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/rosetta-code/raycasting/raycasting.factor
factor: Trim whitespace after ! comments and a few USING: lines that got skipped...
[factor.git] / extra / rosetta-code / raycasting / raycasting.factor
index dd038869976b7d298deee5fd0b74a6f53915fe91..ca3849ada4baf3a41a86d2e375dcc4aba8bb4c73 100644 (file)
@@ -77,9 +77,9 @@ IN: rosetta-code.raycasting
 ! if Py = Ay or Py = By then
 !   Py ← Py + ε
 ! end if
-! if Py < Ay or Py > By then 
+! if Py < Ay or Py > By then
 !   return false
-! else if Px > max(Ax, Bx) then 
+! else if Px > max(Ax, Bx) then
 !   return false
 ! else
 !   if Px < min(Ax, Bx) then