mirror of
https://github.com/DBD-SQLite/DBD-SQLite
synced 2025-06-07 22:28:47 -04:00
DBD-SQLite: fixed wrong indent for clarity
This commit is contained in:
parent
57645943ee
commit
aa66666a9d
1 changed files with 3 additions and 3 deletions
6
dbdimp.c
6
dbdimp.c
|
@ -614,9 +614,9 @@ sqlite_st_finish3 (SV *sth, imp_sth_t *imp_sth, int is_destroy)
|
|||
if (!DBIc_ACTIVE(imp_dbh)) /* no longer connected */
|
||||
return 1;
|
||||
|
||||
if (is_destroy) {
|
||||
return TRUE;
|
||||
}
|
||||
if (is_destroy) {
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
if ((imp_sth->retval = sqlite3_reset(imp_sth->stmt)) != SQLITE_OK) {
|
||||
char *errmsg = (char*)sqlite3_errmsg(imp_dbh->db);
|
||||
|
|
Loading…
Add table
Reference in a new issue