]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/nehe/5/5.factor
factor: remove extra whitespace
[factor.git] / extra / nehe / 5 / 5.factor
index 190312f4d1444e7912484eefcfb64fb9f0847ce8..041d6210834facdd34a2a977900223d5680cffbf 100644 (file)
@@ -8,7 +8,7 @@ CONSTANT: width 256
 CONSTANT: height 256
 : redraw-interval ( -- dt ) 10 milliseconds ;
 
-: <nehe5-gadget> (  -- gadget )
+: <nehe5-gadget> ( -- gadget )
     nehe5-gadget new
     0.0 >>rtri
     0.0 >>rquad ;