summaryrefslogtreecommitdiff
path: root/plugins/Import/src/dbrw/dbevents.cpp
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2018-06-04 21:52:44 +0300
committerGeorge Hazan <ghazan@miranda.im>2018-06-04 21:52:44 +0300
commitafbd6f33be4aed706ae39c6813760c55af13fd07 (patch)
treea49439eff33859c3ccec0903b33dbd2b7bf6687c /plugins/Import/src/dbrw/dbevents.cpp
parente7bfca36fab763870bf30240ce279beca69a1ad1 (diff)
code cleaning
Diffstat (limited to 'plugins/Import/src/dbrw/dbevents.cpp')
-rw-r--r--plugins/Import/src/dbrw/dbevents.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Import/src/dbrw/dbevents.cpp b/plugins/Import/src/dbrw/dbevents.cpp
index cc8c04c5b3..062cc79069 100644
--- a/plugins/Import/src/dbrw/dbevents.cpp
+++ b/plugins/Import/src/dbrw/dbevents.cpp
@@ -181,4 +181,4 @@ STDMETHODIMP_(MEVENT) CDbxSQLite::FindPrevEvent(MCONTACT contactID, MEVENT hDbEv
res = sqlite3_column_int(evt_stmts_prep[SQL_EVT_STMT_FINDPREV], 0);
sql_reset(evt_stmts_prep[SQL_EVT_STMT_FINDPREV]);
return res;
-} \ No newline at end of file
+}