summaryrefslogtreecommitdiff
path: root/cdr
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 /cdr
parent35a2e09c655f26067db0f51837704886d6ffff78 (diff)
Remove as much trailing whitespace as possible.
Change-Id: I873c1c6d00f447269bd841494459efccdd2c19c0
Diffstat (limited to 'cdr')
-rw-r--r--cdr/cdr_adaptive_odbc.c1
-rw-r--r--cdr/cdr_custom.c1
-rw-r--r--cdr/cdr_radius.c2
3 files changed, 1 insertions, 3 deletions
diff --git a/cdr/cdr_adaptive_odbc.c b/cdr/cdr_adaptive_odbc.c
index e53240afd..3e51081f3 100644
--- a/cdr/cdr_adaptive_odbc.c
+++ b/cdr/cdr_adaptive_odbc.c
@@ -815,4 +815,3 @@ AST_MODULE_INFO(ASTERISK_GPL_KEY, AST_MODFLAG_LOAD_ORDER, "Adaptive ODBC CDR bac
.reload = reload,
.load_pri = AST_MODPRI_CDR_DRIVER,
);
-
diff --git a/cdr/cdr_custom.c b/cdr/cdr_custom.c
index eb34ba06a..770b35083 100644
--- a/cdr/cdr_custom.c
+++ b/cdr/cdr_custom.c
@@ -234,4 +234,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/cdr/cdr_radius.c b/cdr/cdr_radius.c
index f590c766b..50d0dd085 100644
--- a/cdr/cdr_radius.c
+++ b/cdr/cdr_radius.c
@@ -200,7 +200,7 @@ static int build_radius_record(VALUE_PAIR **tosend, struct ast_cdr *cdr)
}
/* Setting Acct-Session-Id & User-Name attributes for proper generation
- * of Acct-Unique-Session-Id on server side
+ * of Acct-Unique-Session-Id on server side
*/
/* Channel */
if (!rc_avpair_add(rh, tosend, PW_USER_NAME, &cdr->channel, strlen(cdr->channel), 0))