summaryrefslogtreecommitdiff
path: root/cel/cel_odbc.c
diff options
context:
space:
mode:
authorSean Bright <sean.bright@gmail.com>2017-12-22 09:23:22 -0500
committerSean Bright <sean.bright@gmail.com>2017-12-22 09:23:22 -0500
commitfd0ca1c3f9b972a52d48a82b492fd6bac772dc78 (patch)
tree42d2a87726d196f4db1c68489007520a4c597062 /cel/cel_odbc.c
parent9ef97b5a9191e51f1edc66bb17728fd9fe552c35 (diff)
Remove as much trailing whitespace as possible.
Change-Id: I873c1c6d00f447269bd841494459efccdd2c19c0
Diffstat (limited to 'cel/cel_odbc.c')
-rw-r--r--cel/cel_odbc.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/cel/cel_odbc.c b/cel/cel_odbc.c
index bdf913cd4..a289b877c 100644
--- a/cel/cel_odbc.c
+++ b/cel/cel_odbc.c
@@ -814,7 +814,7 @@ static int unload_module(void)
free_config();
AST_RWLIST_UNLOCK(&odbc_tables);
AST_RWLIST_HEAD_DESTROY(&odbc_tables);
-
+
return 0;
}
@@ -856,4 +856,3 @@ AST_MODULE_INFO(ASTERISK_GPL_KEY, AST_MODFLAG_LOAD_ORDER, ODBC_BACKEND_NAME,
.reload = reload,
.load_pri = AST_MODPRI_CDR_DRIVER,
);
-