]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/coroutines/coroutines.factor
core, basis, extra: Remove DOS line endings from files.
[factor.git] / extra / coroutines / coroutines.factor
index ea57460f2f3453ef039cabc6a90258aa7f689927..3038fea86994a12e1416b505f39090c7718310ec 100644 (file)
@@ -12,7 +12,7 @@ TUPLE: coroutine resumecc exitcc originalcc ;
     coroutine new
     dup current-coro associate
     [
-        swapd , , \ with-variables , 
+        swapd , , \ with-variables ,
         "Coroutine has terminated illegally." , \ throw ,
     ] [ ] make
     [ >>resumecc ] [ >>originalcc ] bi ;