summaryrefslogtreecommitdiff
path: root/res/res_curl.c
diff options
context:
space:
mode:
Diffstat (limited to 'res/res_curl.c')
-rw-r--r--res/res_curl.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/res/res_curl.c b/res/res_curl.c
index 5c4363295..2551efcea 100644
--- a/res/res_curl.c
+++ b/res/res_curl.c
@@ -23,14 +23,14 @@
* \author Tilghman Lesher <res_curl_v1@the-tilghman.com>
*
* Depends on the CURL library - http://curl.haxx.se/
- *
+ *
*/
/*! \li \ref res_curl.c uses the configuration file \ref res_curl.conf
* \addtogroup configuration_file Configuration Files
*/
-/*!
+/*!
* \page res_curl.conf res_curl.conf
* \verbinclude res_curl.conf.sample
*/
@@ -79,8 +79,8 @@ static int unload_module(void)
* Module loading including tests for configuration or dependencies.
* This function can return AST_MODULE_LOAD_FAILURE, AST_MODULE_LOAD_DECLINE,
* or AST_MODULE_LOAD_SUCCESS. If a dependency or environment variable fails
- * tests return AST_MODULE_LOAD_FAILURE. If the module can not load the
- * configuration file or other non-critical problem return
+ * tests return AST_MODULE_LOAD_FAILURE. If the module can not load the
+ * configuration file or other non-critical problem return
* AST_MODULE_LOAD_DECLINE. On success return AST_MODULE_LOAD_SUCCESS.
*/
static int load_module(void)