]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/quoted-printable/quoted-printable.factor
core, basis, extra: Remove DOS line endings from files.
[factor.git] / basis / quoted-printable / quoted-printable.factor
index 53af3a5178ab5655cb47e6342a7ef453a4d40465..bffe4f53d79108a7573f4b6d74ce975288bec0ce 100644 (file)
@@ -23,7 +23,7 @@ IN: quoted-printable
 : char>quoted ( ch -- str )
     dup printable? [ 1string ] [
         assure-small >hex >upper
-        2 CHAR: 0 pad-head 
+        2 CHAR: 0 pad-head
         CHAR: = prefix
     ] if ;