From ce3d56920b15facbb64b3caf0d823a3f57c0dded Mon Sep 17 00:00:00 2001 From: Sean Bright Date: Fri, 22 Dec 2017 09:14:07 -0500 Subject: Remove as much trailing whitespace as possible. Change-Id: I873c1c6d00f447269bd841494459efccdd2c19c0 --- apps/app_zapateller.c | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) (limited to 'apps/app_zapateller.c') diff --git a/apps/app_zapateller.c b/apps/app_zapateller.c index ccdeba2b7..b2703ec2a 100644 --- a/apps/app_zapateller.c +++ b/apps/app_zapateller.c @@ -21,14 +21,14 @@ * \brief Playback the special information tone to get rid of telemarketers * * \author Mark Spencer - * + * * \ingroup applications */ /*** MODULEINFO extended ***/ - + #include "asterisk.h" ASTERISK_FILE_VERSION(__FILE__, "$Revision$") @@ -114,15 +114,15 @@ static int zapateller_exec(struct ast_channel *chan, const char *data) return res; } - if (!res) + if (!res) res = ast_tonepair(chan, 950, 0, 330, 0); - if (!res) + if (!res) res = ast_tonepair(chan, 1400, 0, 330, 0); - if (!res) + if (!res) res = ast_tonepair(chan, 1800, 0, 330, 0); - if (!res) + if (!res) res = ast_tonepair(chan, 0, 0, 1000, 0); - + pbx_builtin_setvar_helper(chan, "ZAPATELLERSTATUS", "ZAPPED"); return res; } @@ -138,4 +138,3 @@ static int load_module(void) } AST_MODULE_INFO_STANDARD_EXTENDED(ASTERISK_GPL_KEY, "Block Telemarketers with Special Information Tone"); - -- cgit v1.2.3