]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/jamshred/game/game.factor
core, basis, extra: Remove DOS line endings from files.
[factor.git] / extra / jamshred / game / game.factor
index 14bf18a9c1644085f46b93e6a7234873255b6448..50a5f74bf5d6cb7d9102606a23d147b89f0de1df 100644 (file)
@@ -33,7 +33,7 @@ CONSTANT: units-per-full-roll 50
 
 : jamshred-roll ( jamshred n -- )
     [ jamshred-player ] dip 2 pi * * units-per-full-roll / roll-player ;
-        
+
 : mouse-scroll-x ( jamshred x -- ) jamshred-roll ;
 
 : mouse-scroll-y ( jamshred y -- )