From aa66666a9d678819f52ae2c44f96201b7aeee869 Mon Sep 17 00:00:00 2001 From: Kenichi Ishigaki Date: Fri, 17 Jul 2009 03:18:49 +0000 Subject: [PATCH] DBD-SQLite: fixed wrong indent for clarity --- dbdimp.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dbdimp.c b/dbdimp.c index a2bb002..5a87862 100644 --- a/dbdimp.c +++ b/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);