summaryrefslogtreecommitdiff
path: root/apps/app_setcallerid.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/app_setcallerid.c')
-rw-r--r--apps/app_setcallerid.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/apps/app_setcallerid.c b/apps/app_setcallerid.c
index 1bd093cff..43e37af2c 100644
--- a/apps/app_setcallerid.c
+++ b/apps/app_setcallerid.c
@@ -21,7 +21,7 @@
* \brief App to set callerid presentation
*
* \author Mark Spencer <markster@digium.com>
- *
+ *
* \ingroup applications
*/
@@ -110,7 +110,7 @@ static int setcallerid_pres_exec(struct ast_channel *chan, const char *data)
(char *) data);
return 0;
}
-
+
/* Set the combined caller id presentation. */
ast_channel_caller(chan)->id.name.presentation = pres;
ast_channel_caller(chan)->id.number.presentation = pres;
@@ -128,4 +128,3 @@ static int load_module(void)
}
AST_MODULE_INFO_STANDARD_DEPRECATED(ASTERISK_GPL_KEY, "Set CallerID Presentation Application");
-