]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/db/sqlite/lib/lib.factor
core, basis, extra: Remove DOS line endings from files.
[factor.git] / basis / db / sqlite / lib / lib.factor
index 2035137eee1b7a8009d8d06642a7e14e9f23f24a..defc73088409d600790b10b00f9874379b509b0a 100644 (file)
@@ -121,7 +121,7 @@ ERROR: sqlite-sql-error < sql-error n string ;
     over [
         NULL = [ 2drop NULL NULL ] when
     ] [
-        drop NULL 
+        drop NULL
     ] if* (sqlite-bind-type) ;
 
 : sqlite-finalize ( handle -- ) sqlite3_finalize sqlite-check-result ;