]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/compiler/tests/redefine24.factor
factor: remove extra whitespace
[factor.git] / basis / compiler / tests / redefine24.factor
index 0ac728815bc9504e87a7bc527efc13664a92c621..feff3d4ea7c60bdf8824a5e9f8dd5dfb39afef2d 100644 (file)
@@ -11,7 +11,7 @@ TYPEDEF: alien.c-types:int type-3
 
 TYPEDEF: alien.c-types:float type-2
 
-: indirect ( x y ptr -- z  )
+: indirect ( x y ptr -- z )
     type-3 { type-2 type-2 } cdecl alien-indirect ;
 
 { } [