summaryrefslogtreecommitdiff
path: root/funcs/func_sysinfo.c
diff options
context:
space:
mode:
Diffstat (limited to 'funcs/func_sysinfo.c')
-rw-r--r--funcs/func_sysinfo.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/funcs/func_sysinfo.c b/funcs/func_sysinfo.c
index 8da94dd33..a2d0aabdd 100644
--- a/funcs/func_sysinfo.c
+++ b/funcs/func_sysinfo.c
@@ -17,7 +17,7 @@
/*! \file
*
* SYSINFO function to return various system data.
- *
+ *
* \note Inspiration and Guidance from Russell
*
* \author Jeff Peeler
@@ -132,7 +132,7 @@ static int sysinfo_helper(struct ast_channel *chan, const char *cmd, char *data,
ast_log(LOG_ERROR, "Unknown sysinfo parameter type '%s'.\n", data);
return -1;
}
-
+
return 0;
}
@@ -153,4 +153,3 @@ static int load_module(void)
}
AST_MODULE_INFO_STANDARD(ASTERISK_GPL_KEY, "System information related functions");
-