]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/trails/trails.factor
core, basis, extra: Remove DOS line endings from files.
[factor.git] / extra / trails / trails.factor
index 704648cb73d5ca237c4e4936b15cc43dae4136d0..b678899db153fafee5252d8cb911a508ade4300d 100644 (file)
@@ -35,7 +35,7 @@ TUPLE: trails-gadget < gadget paused points ;
 
   ! Add a valid point if the mouse is in the gadget
   ! Otherwise, add an "invisible" point
-  
+
   hand-gadget get GADGET =
     [ mouse       GADGET points>> circular-push ]
     [ { -10 -10 } GADGET points>> circular-push ]