diff options
author | drh <drh@noemail.net> | 2007-08-07 17:13:03 +0000 |
---|---|---|
committer | drh <drh@noemail.net> | 2007-08-07 17:13:03 +0000 |
commit | fd131daecd8acf229b93be883f2df7217fd41af5 (patch) | |
tree | 2fefbc90b0111271a23eb081604fa821f324d4b0 /src/tclsqlite.c | |
parent | 0a0e131c7ee7e282a101cb471913afc69139c445 (diff) | |
download | sqlite-fd131daecd8acf229b93be883f2df7217fd41af5.tar.gz sqlite-fd131daecd8acf229b93be883f2df7217fd41af5.zip |
Remove all tabs from source code files. Ticket #2556. (CVS 4198)
FossilOrigin-Name: 7550dd1d5980a399fbb06b4ed69216700f879a0b
Diffstat (limited to 'src/tclsqlite.c')
-rw-r--r-- | src/tclsqlite.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tclsqlite.c b/src/tclsqlite.c index 649270ead..83a79cddc 100644 --- a/src/tclsqlite.c +++ b/src/tclsqlite.c @@ -12,7 +12,7 @@ ** A TCL Interface to SQLite. Append this file to sqlite3.c and ** compile the whole thing to build a TCL-enabled version of SQLite. ** -** $Id: tclsqlite.c,v 1.193 2007/06/26 22:55:38 drh Exp $ +** $Id: tclsqlite.c,v 1.194 2007/08/07 17:13:04 drh Exp $ */ #include "tcl.h" #include <errno.h> @@ -1980,7 +1980,7 @@ static int DbObjCmd(void *cd, Tcl_Interp *interp, int objc,Tcl_Obj *const*objv){ int len; int N; if( TCL_OK!=Tcl_GetIntFromObj(interp, objv[2], &N) ){ - return TCL_ERROR; + return TCL_ERROR; }; if( pDb->zProgress ){ Tcl_Free(pDb->zProgress); |