From fd0ca1c3f9b972a52d48a82b492fd6bac772dc78 Mon Sep 17 00:00:00 2001 From: Sean Bright Date: Fri, 22 Dec 2017 09:23:22 -0500 Subject: Remove as much trailing whitespace as possible. Change-Id: I873c1c6d00f447269bd841494459efccdd2c19c0 --- cel/Makefile | 2 +- cel/cel_custom.c | 1 - cel/cel_odbc.c | 3 +-- 3 files changed, 2 insertions(+), 4 deletions(-) (limited to 'cel') 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 d05a1260c..9c81ee1d4 100644 --- a/cel/cel_custom.c +++ b/cel/cel_custom.c @@ -224,4 +224,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 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, ); - -- cgit v1.2.3