]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/nehe/4/4.factor
factor: remove extra whitespace
[factor.git] / extra / nehe / 4 / 4.factor
index 0eecd2bc1a2a4d1a7b58047469bcdd72c103aed3..16f260c7b9aeeeb91f6bfd000a7f00f124eea99f 100644 (file)
@@ -9,7 +9,7 @@ CONSTANT: width 256
 CONSTANT: height 256
 : redraw-interval ( -- dt ) 10 milliseconds ;
 
-: <nehe4-gadget> (  -- gadget )
+: <nehe4-gadget> ( -- gadget )
     nehe4-gadget new
     0.0 >>rtri
     0.0 >>rquad ;