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 d0a874e3a..5b7c4d809 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
@@ -130,7 +130,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;
}
@@ -151,4 +151,3 @@ static int load_module(void)
}
AST_MODULE_INFO_STANDARD(ASTERISK_GPL_KEY, "System information related functions");
-