]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/xml/dtd/dtd.factor
core, basis, extra: Remove DOS line endings from files.
[factor.git] / basis / xml / dtd / dtd.factor
index 50de78ec118b4ade943b8e4f7957b92348050c01..8658a814f8b28be7eb5f582f2813585f767a5ae5 100644 (file)
@@ -15,7 +15,7 @@ IN: xml.dtd
     take-decl-contents <attlist-decl> ;
 
 : take-notation-decl ( -- notation-decl )
-    take-decl-contents <notation-decl> ; 
+    take-decl-contents <notation-decl> ;
 
 UNION: dtd-acceptable
     directive comment instruction ;