summaryrefslogtreecommitdiff
path: root/cdr/cdr_sqlite3_custom.c
diff options
context:
space:
mode:
authorTerry Wilson <twilson@digium.com>2008-11-20 17:48:58 +0000
committerTerry Wilson <twilson@digium.com>2008-11-20 17:48:58 +0000
commit4f8242904af6d074064773ef6e2a2b9b13762303 (patch)
tree77edf0f394739299c2aecf46a35f769ab2f493ae /cdr/cdr_sqlite3_custom.c
parentad918da94fea8b83b7509306473760706de737cf (diff)
Begin on a crusade to end trailing whitespace!
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@158072 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'cdr/cdr_sqlite3_custom.c')
-rw-r--r--cdr/cdr_sqlite3_custom.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/cdr/cdr_sqlite3_custom.c b/cdr/cdr_sqlite3_custom.c
index 898e415ae..8541d0888 100644
--- a/cdr/cdr_sqlite3_custom.c
+++ b/cdr/cdr_sqlite3_custom.c
@@ -21,10 +21,10 @@
* \brief Custom SQLite3 CDR records.
*
* \author Adapted by Alejandro Rios <alejandro.rios@avatar.com.co> and
- * Russell Bryant <russell@digium.com> from
+ * Russell Bryant <russell@digium.com> from
* cdr_mysql_custom by Edward Eastman <ed@dm3.co.uk>,
* and cdr_sqlite by Holger Schurig <hs4233@mail.mn-solutions.de>
- *
+ *
*
* \arg See also \ref AstCDR
*
@@ -178,7 +178,7 @@ static int load_config(int reload)
ast_config_destroy(cfg);
return 0;
}
-
+
/* Mapping must have a table name */
tmp = ast_variable_retrieve(cfg, "master", "table");
if (!ast_strlen_zero(tmp))