]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/tetris/tetromino/tetromino.factor
core, basis, extra: Remove DOS line endings from files.
[factor.git] / extra / tetris / tetromino / tetromino.factor
index 8eaf1c04266a76611828a834174036fe4f979a6a..cec67b9403a97de165e050d173b5d862dbb5dc43 100644 (file)
@@ -14,7 +14,7 @@ SYMBOL: tetrominoes
   [
     { {
         { 0 0 } { 1 0 } { 2 0 } { 3 0 }
-      } 
+      }
       { { 0 0 }
         { 0 1 }
         { 0 2 }
@@ -60,7 +60,7 @@ SYMBOL: tetrominoes
       }
     } COLOR: orange
   ] [
-    { 
+    {
       { { 0 0 } { 1 0 } { 2 0 }
                         { 2 1 }
       } {
@@ -111,4 +111,3 @@ SYMBOL: tetrominoes
 
 : blocks-height ( blocks -- height )
     [ second ] blocks-max ;
-