]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/nehe/3/3.factor
factor: remove extra whitespace
[factor.git] / extra / nehe / 3 / 3.factor
index d6dbe4b438aa043cce72615f3f45bfb09c451e35..a05f6326ca8f7871471142e05b92eab060f9af6d 100644 (file)
@@ -7,7 +7,7 @@ TUPLE: nehe3-gadget < gadget ;
 CONSTANT: width 256
 CONSTANT: height 256
 
-: <nehe3-gadget> (  -- gadget )
+: <nehe3-gadget> ( -- gadget )
   nehe3-gadget new ;
 
 M: nehe3-gadget draw-gadget* ( gadget -- )