]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/gobject-introspection/loader/loader.factor
core, basis, extra: Remove DOS line endings from files.
[factor.git] / basis / gobject-introspection / loader / loader.factor
index 8e17fa5973d2966330f4b4dae2664c71b24194e5..d73fa19204121cf12b68264db69bf5fb99d61499 100644 (file)
@@ -60,7 +60,7 @@ CONSTANT: type-tags
         [ "value" attr >>value ]
         [ child-type-tag xml>type >>type ]
     } cleave ;
-    
+
 : load-type ( type xml -- type )
     {
         [ "name" attr >>name ]
@@ -99,7 +99,7 @@ CONSTANT: type-tags
         [ child-type-tag xml>type >>type ]
         [ "transfer-ownership" attr >>transfer-ownership ]
     } cleave ;
-   
+
 : load-callable ( callable xml -- callable )
     [ "return-value" tag-named xml>return >>return ]
     [