]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/compiler/tree/debugger/debugger.factor
core, basis, extra: Remove DOS line endings from files.
[factor.git] / basis / compiler / tree / debugger / debugger.factor
index faa36427320a15770dec39ba2f69192ef41a8612..a57c2c276ccbf112eaed04f9a1db59cb0b1bccfb 100644 (file)
@@ -55,7 +55,7 @@ MATCH-VARS: ?a ?b ?c ;
 TUPLE: shuffle-node { effect effect } ;
 
 M: shuffle-node pprint* effect>> effect>string text ;
+
 : (shuffle-effect) ( in out #shuffle -- effect )
     mapping>> '[ _ at ] map [ >array ] bi@ <effect> ;
 
@@ -214,7 +214,7 @@ SYMBOL: node-count
         compute-def-use
         remove-dead-code
         compute-def-use
-        optimize-modular-arithmetic 
+        optimize-modular-arithmetic
     ] with-scope ;
 
 : inlined? ( quot seq/word -- ? )