]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/gobject-introspection/ffi/ffi.factor
core, basis, extra: Remove DOS line endings from files.
[factor.git] / basis / gobject-introspection / ffi / ffi.factor
index 1bd1a953e15e9c16788d865993a1d8fec1f78fec..6909285a57ecb0adacdfd102f9538d4e83f5ed25 100644 (file)
@@ -266,7 +266,7 @@ M: array-type field-type>c-type type>c-type ;
             user-data-parameter suffix parameter-names&types
         ]
     } cleave make-callback-type define-inline ;
-    
+
 : def-signals ( signals type -- )
     [ def-signal ] curry each ;
 
@@ -360,4 +360,3 @@ M: array-type field-type>c-type type>c-type ;
 
 : def-ffi-repository ( repository -- )
     namespace>> def-namespace ;
-