]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/xml/syntax/inverse/inverse.factor
core, basis, extra: Remove DOS line endings from files.
[factor.git] / basis / xml / syntax / inverse / inverse.factor
index cdcc364741796bedc8cbe2bd06c83f4cf7c3c30a..9e5dfc9ecaf4913313621e0b8fcc55cf4b8b125f 100644 (file)
@@ -44,7 +44,7 @@ M: xml-chunk [undo-xml]
 M: tag [undo-xml] ( tag -- quot: ( tag -- ) )
     {
         [ name>> main>> '[ name>> main>> _ =/fail ] ]
-        [ attrs>> undo-attrs ] 
+        [ attrs>> undo-attrs ]
         [ children>> [undo-xml] '[ children>> @ ] ]
     } cleave '[ _ _ _ tri ] ;