]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/gobject-introspection/ffi/ffi.factor
factor: remove extra whitespace
[factor.git] / basis / gobject-introspection / ffi / ffi.factor
index 7d444f32bb05072735ed167ad99a87cecd891bb2..bef022af2dd6a700d60f8533e85181b883b7dbb3 100644 (file)
@@ -141,7 +141,7 @@ M: none-type return-type>c-type drop void ;
 : parameter-names&types ( callable -- names types )
     [ [ parameter-c-type ] map ] [ [ parameter-name ] map ] bi ;
 
-: def-function ( function --  )
+: def-function ( function -- )
     {
         [ return>> return-c-type ]
         [ identifier>> ]
@@ -173,7 +173,7 @@ M: type type>data-type
         [ drop "in" >>direction "none" >>transfer-ownership ]
     } cleave ;
 
-:: def-method ( method type --  )
+:: def-method ( method type -- )
     method {
         [ return>> return-c-type ]
         [ identifier>> ]