summaryrefslogtreecommitdiff
path: root/tests/test_stasis_endpoints.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_stasis_endpoints.c')
-rw-r--r--tests/test_stasis_endpoints.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/test_stasis_endpoints.c b/tests/test_stasis_endpoints.c
index 8b4f1fae9..c6cafd6ad 100644
--- a/tests/test_stasis_endpoints.c
+++ b/tests/test_stasis_endpoints.c
@@ -301,8 +301,7 @@ static int load_module(void)
return AST_MODULE_LOAD_SUCCESS;
}
-AST_MODULE_INFO(ASTERISK_GPL_KEY, AST_MODFLAG_DEFAULT,
- "Endpoint stasis-related testing",
+AST_MODULE_INFO(ASTERISK_GPL_KEY, AST_MODFLAG_DEFAULT, "Endpoint stasis-related testing",
.load = load_module,
.unload = unload_module,
.nonoptreq = "res_stasis_test",