summaryrefslogtreecommitdiff
path: root/res/res_realtime.c
diff options
context:
space:
mode:
Diffstat (limited to 'res/res_realtime.c')
-rw-r--r--res/res_realtime.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/res/res_realtime.c b/res/res_realtime.c
index b26cde5b3..4291b519c 100644
--- a/res/res_realtime.c
+++ b/res/res_realtime.c
@@ -23,7 +23,7 @@
*
* \author Anthony Minessale <anthmct@yahoo.com>
* \author Mark Spencer <markster@digium.com>
- *
+ *
* \ingroup applications
*/
@@ -44,7 +44,7 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
#include "asterisk/cli.h"
-static char *cli_realtime_load(struct ast_cli_entry *e, int cmd, struct ast_cli_args *a)
+static char *cli_realtime_load(struct ast_cli_entry *e, int cmd, struct ast_cli_args *a)
{
#define CRL_HEADER_FORMAT "%30s %-30s\n"
struct ast_variable *var = NULL, *orig_var = NULL;
@@ -62,7 +62,7 @@ static char *cli_realtime_load(struct ast_cli_entry *e, int cmd, struct ast_cli_
}
- if (a->argc < 5)
+ if (a->argc < 5)
return CLI_SHOWUSAGE;
var = ast_load_realtime_all(a->argv[2], a->argv[3], a->argv[4], SENTINEL);
@@ -100,7 +100,7 @@ static char *cli_realtime_update(struct ast_cli_entry *e, int cmd, struct ast_cl
return NULL;
}
- if (a->argc < 7)
+ if (a->argc < 7)
return CLI_SHOWUSAGE;
res = ast_update_realtime(a->argv[2], a->argv[3], a->argv[4], a->argv[5], a->argv[6], SENTINEL);
@@ -135,7 +135,7 @@ static char *cli_realtime_update2(struct ast_cli_entry *e, int cmd, struct ast_c
return NULL;
}
- if (a->argc < 7)
+ if (a->argc < 7)
return CLI_SHOWUSAGE;
if (a->argc == 7) {