summaryrefslogtreecommitdiff
path: root/res/res_chan_stats.c
diff options
context:
space:
mode:
Diffstat (limited to 'res/res_chan_stats.c')
-rw-r--r--res/res_chan_stats.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/res/res_chan_stats.c b/res/res_chan_stats.c
index d54ba2f0b..0f39f071f 100644
--- a/res/res_chan_stats.c
+++ b/res/res_chan_stats.c
@@ -179,9 +179,7 @@ static int unload_module(void)
return 0;
}
-AST_MODULE_INFO(ASTERISK_GPL_KEY,
- AST_MODFLAG_DEFAULT,
- "Example of how to use Stasis",
+AST_MODULE_INFO(ASTERISK_GPL_KEY, AST_MODFLAG_DEFAULT, "Example of how to use Stasis",
.load = load_module,
.unload = unload_module,
.nonoptreq = "res_statsd"