summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests/test_endpoints.c3
-rw-r--r--tests/test_stasis_endpoints.c3
2 files changed, 2 insertions, 4 deletions
diff --git a/tests/test_endpoints.c b/tests/test_endpoints.c
index 2758e8e78..444786131 100644
--- a/tests/test_endpoints.c
+++ b/tests/test_endpoints.c
@@ -151,8 +151,7 @@ static int load_module(void)
return AST_MODULE_LOAD_SUCCESS;
}
-AST_MODULE_INFO(ASTERISK_GPL_KEY, AST_MODFLAG_DEFAULT,
- "Endpoint testing",
+AST_MODULE_INFO(ASTERISK_GPL_KEY, AST_MODFLAG_DEFAULT, "Endpoint testing",
.load = load_module,
.unload = unload_module,
);
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",