summaryrefslogtreecommitdiff
path: root/res/res_statsd.c
diff options
context:
space:
mode:
Diffstat (limited to 'res/res_statsd.c')
-rw-r--r--res/res_statsd.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/res/res_statsd.c b/res/res_statsd.c
index 12963bf5f..4cdcb44ca 100644
--- a/res/res_statsd.c
+++ b/res/res_statsd.c
@@ -316,9 +316,7 @@ static int reload_module(void)
/* The priority of this module is set to be as low as possible, since it could
* be used by any other sort of module.
*/
-AST_MODULE_INFO(ASTERISK_GPL_KEY,
- AST_MODFLAG_GLOBAL_SYMBOLS | AST_MODFLAG_LOAD_ORDER,
- "Statsd client support",
+AST_MODULE_INFO(ASTERISK_GPL_KEY, AST_MODFLAG_GLOBAL_SYMBOLS | AST_MODFLAG_LOAD_ORDER, "Statsd client support",
.load = load_module,
.unload = unload_module,
.reload = reload_module,