]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/xml/xml.factor
core, basis, extra: Remove DOS line endings from files.
[factor.git] / basis / xml / xml.factor
index 14b017a207270d1099ec598e2f425a225de9cf61..8e75c5ec7e0c590378ffd4aabb3cfcd6f0658043 100644 (file)
@@ -77,7 +77,7 @@ M: closer process
 
 : no-post-tags ( post -- post/* )
     ! this does *not* affect the contents of the stack
-    dup [ tag? ] any? [ multitags ] when ; 
+    dup [ tag? ] any? [ multitags ] when ;
 
 : assure-tags ( seq -- seq )
     ! this does *not* affect the contents of the stack