]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/tetris/game/game.factor
core, basis, extra: Remove DOS line endings from files.
[factor.git] / extra / tetris / game / game.factor
index d96434fbe10266c8814acb6aca76377f38a4d220..e2b00d9b563d9a25999e0fdfc063df664048fecd 100644 (file)
@@ -18,7 +18,7 @@ CONSTANT: default-height 20
 : <tetris> ( width height -- tetris )
     dupd <board> swap <piece-llist>
     tetris new swap >>pieces swap >>board ;
-        
+
 : <default-tetris> ( -- tetris ) default-width default-height <tetris> ;
 
 : <new-tetris> ( old -- new )