]> gitweb.factorcode.org Git - factor.git/commitdiff
circular: fix formatting on the last line.
authorJohn Benediktsson <mrjbq7@gmail.com>
Fri, 23 May 2014 21:32:04 +0000 (14:32 -0700)
committerJohn Benediktsson <mrjbq7@gmail.com>
Fri, 23 May 2014 21:32:04 +0000 (14:32 -0700)
basis/circular/circular.factor

index a59e468dd0fcef5f966b378b689e5893fceda6ac..9eba3c94adc4fc2fc529364aa187b789ed6600c2 100644 (file)
@@ -79,4 +79,4 @@ PRIVATE>
     [ clone ] dip [ <circular-iterator> ] dip (circular-while) ; inline
 
 : circular-loop ( ... circular quot: ( ... obj -- ... ? ) -- ... )
-  [ clone ] dip '[ [ first @ ] [ rotate-circular ] bi ] curry loop ; inline
+    [ clone ] dip '[ [ first @ ] [ rotate-circular ] bi ] curry loop ; inline