]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/compression/run-length/run-length.factor
core, basis, extra: Remove DOS line endings from files.
[factor.git] / basis / compression / run-length / run-length.factor
index deaed9e947a7b0758096ae98122030968a1976a0..8faaaffc1e7f63aca934c22290071427eacb43bd 100644 (file)
@@ -36,7 +36,7 @@ IN: compression.run-length
             [ sp next 8hi-lo 2array <repetition> concat ] [ head ] bi
             [ j matrix i swap nth copy ] [ length j + j! ] bi
         ] if
-        
+
         ! j stride >= [ i 1 + i!  0 j! ] when
         j stride >= [ 0 j! ] when
         done? not
@@ -67,7 +67,7 @@ IN: compression.run-length
         ] [
             sp next <array> [ j matrix i swap nth copy ] [ length j + j! ] bi
         ] if
-        
+
         ! j stride >= [ i 1 + i!  0 j! ] when
         j stride >= [ 0 j! ] when
         done? not