]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/models/conditional/conditional.factor
core, basis, extra: Remove DOS line endings from files.
[factor.git] / extra / models / conditional / conditional.factor
index bc20fcd04d2b464072c7a93e5d9cd6a2c0c5a54a..ecadc5c2f0da7ff83a1b453b5fdf2dc63369bc26 100644 (file)
@@ -11,11 +11,11 @@ M: conditional model-changed
             [ condition>> call( -- ? ) ]
             [ thread>> self = not ] bi or
             [ [ value>> ] dip set-model f ]
-            [ 2drop t ] if 100 milliseconds sleep 
+            [ 2drop t ] if 100 milliseconds sleep
         ] 2curry "models.conditional" spawn-server
     ] keep thread<< ;
 
 : <conditional> ( condition -- model )
     f conditional new-model swap >>condition ;
 
-M: conditional model-activated [ model>> ] keep model-changed ;
\ No newline at end of file
+M: conditional model-activated [ model>> ] keep model-changed ;