summaryrefslogtreecommitdiff
path: root/apps/app_flash.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/app_flash.c')
-rw-r--r--apps/app_flash.c7
1 files changed, 3 insertions, 4 deletions
diff --git a/apps/app_flash.c b/apps/app_flash.c
index dbbad3332..0cbe1136e 100644
--- a/apps/app_flash.c
+++ b/apps/app_flash.c
@@ -21,10 +21,10 @@
* \brief App to flash a DAHDI trunk
*
* \author Mark Spencer <markster@digium.com>
- *
+ *
* \ingroup applications
*/
-
+
/*** MODULEINFO
<depend>dahdi</depend>
<support_level>core</support_level>
@@ -83,7 +83,7 @@ static int flash_exec(struct ast_channel *chan, const char *data)
ast_log(LOG_WARNING, "%s is not a DAHDI channel\n", ast_channel_name(chan));
return -1;
}
-
+
memset(&dahdip, 0, sizeof(dahdip));
res = ioctl(ast_channel_fd(chan, 0), DAHDI_GET_PARAMS, &dahdip);
if (!res) {
@@ -118,4 +118,3 @@ static int load_module(void)
}
AST_MODULE_INFO_STANDARD(ASTERISK_GPL_KEY, "Flash channel application");
-