]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/glfw/ffi/ffi.factor
factor: remove extra whitespace
[factor.git] / extra / glfw / ffi / ffi.factor
index 7fa0277e1d9e78dbf1041af8ab5c74fb82ddf07a..be7a1944d74aeec0fabea73d22da6b40d0201b2c 100644 (file)
@@ -12,5 +12,5 @@ IN: glfw.ffi
 
 LIBRARY: glfw
 
-FUNCTION: void* glfwGetCurrentContext (  )
+FUNCTION: void* glfwGetCurrentContext ( )
 FUNCTION: void glfwMakeContextCurrent ( void* window )