mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-03 03:20:57 +00:00
Remove as much trailing whitespace as possible.
Change-Id: I873c1c6d00f447269bd841494459efccdd2c19c0
This commit is contained in:
@@ -23,7 +23,7 @@
|
||||
*
|
||||
* \author Anthony Minessale <anthmct@yahoo.com>
|
||||
* \author Mark Spencer <markster@digium.com>
|
||||
*
|
||||
*
|
||||
* \ingroup applications
|
||||
*/
|
||||
|
||||
@@ -42,7 +42,7 @@
|
||||
#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;
|
||||
@@ -60,7 +60,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);
|
||||
@@ -98,7 +98,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);
|
||||
@@ -133,7 +133,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) {
|
||||
|
Reference in New Issue
Block a user