]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/odbc/odbc.factor
factor: remove extra whitespace
[factor.git] / extra / odbc / odbc.factor
index 53799773e2413dd105d307e94700bce02788ea9f..734ce8de7945fa3c6b0308b2613bf24c62c4aba1 100644 (file)
@@ -176,7 +176,7 @@ PRIVATE>
     SQL-HANDLE-STMT swap SQLFreeHandle
     succeeded? [ "odbc-free-statement failed" throw ] unless ;
 
-: odbc-execute ( statement --  )
+: odbc-execute ( statement -- )
     SQLExecute succeeded? [ "odbc-execute failed" throw ] unless ;
 
 : odbc-next-row ( statement -- bool )