]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/subrip-subtitles/subrip-subtitles.factor
core, basis, extra: Remove DOS line endings from files.
[factor.git] / extra / subrip-subtitles / subrip-subtitles.factor
index e7d2cb8eb1d21a130b64da6b8d1109b44de807e9..57d448b39e9f9f507e9e3c396246fdbae7899282 100644 (file)
@@ -33,7 +33,7 @@ TUPLE: srt-chunk id begin-time end-time rect text ;
                 first4 swapd [ 2array ] 2dip 2array 2array
             ] if-empty
         ] bi*
-    ] 
+    ]
     [ 2 tail "\n" join ] tri srt-chunk boa ;
 
 : parse-srt-lines ( seq -- seq' )