]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/http/http.factor
core, basis, extra: Remove DOS line endings from files.
[factor.git] / basis / http / http.factor
index 8fdf9f0e5825ba2bd4051b79366b04c39d722ad2..d1b99686406e4f4e2a7bba9e7d200b9835b1571d 100644 (file)
@@ -222,5 +222,5 @@ TUPLE: post-data data params content-type content-encoding ;
 
 : parse-content-type ( content-type -- type encoding )
     ";" split1
-    parse-content-type-attributes "charset" of 
+    parse-content-type-attributes "charset" of
     [ dup mime-type-encoding encoding>name ] unless* ;