aboutsummaryrefslogtreecommitdiffstats
path: root/cdr/cdr_sqlite.c
diff options
context:
space:
mode:
Diffstat (limited to 'cdr/cdr_sqlite.c')
-rw-r--r--cdr/cdr_sqlite.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/cdr/cdr_sqlite.c b/cdr/cdr_sqlite.c
index 601e5b245..30eb25612 100644
--- a/cdr/cdr_sqlite.c
+++ b/cdr/cdr_sqlite.c
@@ -20,14 +20,14 @@
/*! \file
*
* \brief Store CDR records in a SQLite database.
- *
+ *
* \author Holger Schurig <hs4233@mail.mn-solutions.de>
* \extref SQLite http://www.sqlite.org/
*
* See also
* \arg \ref Config_cdr
* \arg http://www.sqlite.org/
- *
+ *
* Creates the database and table on-the-fly
* \ingroup cdr_drivers
*
@@ -149,7 +149,7 @@ static int sqlite_log(struct ast_cdr *cdr)
break;
usleep(200);
}
-
+
if (zErr) {
ast_log(LOG_ERROR, "cdr_sqlite: %s\n", zErr);
ast_free(zErr);
@@ -197,7 +197,7 @@ static int load_module(void)
/* TODO: here we should probably create an index */
}
-
+
res = ast_cdr_register(name, ast_module_info->description, sqlite_log);
if (res) {
ast_log(LOG_ERROR, "Unable to register SQLite CDR handling\n");