summaryrefslogtreecommitdiff
path: root/cel
diff options
context:
space:
mode:
authorSean Bright <sean.bright@gmail.com>2017-12-22 09:14:07 -0500
committerSean Bright <sean.bright@gmail.com>2017-12-22 09:14:07 -0500
commitce3d56920b15facbb64b3caf0d823a3f57c0dded (patch)
tree0ea4a13885afb281237b3747e85eb6315863ae0a /cel
parent35a2e09c655f26067db0f51837704886d6ffff78 (diff)
Remove as much trailing whitespace as possible.
Change-Id: I873c1c6d00f447269bd841494459efccdd2c19c0
Diffstat (limited to 'cel')
-rw-r--r--cel/Makefile2
-rw-r--r--cel/cel_custom.c1
-rw-r--r--cel/cel_odbc.c3
3 files changed, 2 insertions, 4 deletions
diff --git a/cel/Makefile b/cel/Makefile
index 8e0a0225e..9e3cb5cea 100644
--- a/cel/Makefile
+++ b/cel/Makefile
@@ -1,6 +1,6 @@
#
# Asterisk -- An open source telephony toolkit.
-#
+#
# Makefile for CEL backends
#
# Copyright (C) 1999-2008, Digium, Inc.
diff --git a/cel/cel_custom.c b/cel/cel_custom.c
index 9f480b8d7..410b71508 100644
--- a/cel/cel_custom.c
+++ b/cel/cel_custom.c
@@ -226,4 +226,3 @@ AST_MODULE_INFO(ASTERISK_GPL_KEY, AST_MODFLAG_LOAD_ORDER, "Customizable Comma Se
.reload = reload,
.load_pri = AST_MODPRI_CDR_DRIVER,
);
-
diff --git a/cel/cel_odbc.c b/cel/cel_odbc.c
index 1d304dce0..ea57b1020 100644
--- a/cel/cel_odbc.c
+++ b/cel/cel_odbc.c
@@ -823,7 +823,7 @@ static int unload_module(void)
free_config();
AST_RWLIST_UNLOCK(&odbc_tables);
AST_RWLIST_HEAD_DESTROY(&odbc_tables);
-
+
return 0;
}
@@ -865,4 +865,3 @@ AST_MODULE_INFO(ASTERISK_GPL_KEY, AST_MODFLAG_LOAD_ORDER, ODBC_BACKEND_NAME,
.reload = reload,
.load_pri = AST_MODPRI_CDR_DRIVER,
);
-