cosmetic: hlr_vty_subscr.c: Fix trailing whitespace
Change-Id: Id751d227a52f39e3a8874d8b78c633b8d3eb9e74changes/94/28394/1
parent
140dffd8f7
commit
b74769f1b4
|
@ -346,7 +346,7 @@ DEFUN(subscriber_create,
|
|||
int rc;
|
||||
struct hlr_subscriber subscr;
|
||||
const char *imsi = argv[0];
|
||||
|
||||
|
||||
if (!osmo_imsi_str_valid(imsi)) {
|
||||
vty_out(vty, "%% Not a valid IMSI: %s%s", imsi, VTY_NEWLINE);
|
||||
return CMD_WARNING;
|
||||
|
@ -636,7 +636,7 @@ DEFUN(subscriber_aud3g,
|
|||
.ind_bitlen = ind_bitlen,
|
||||
},
|
||||
};
|
||||
|
||||
|
||||
if (!auth_algo_parse(alg_type, &aud3g.algo, &minlen, &maxlen)) {
|
||||
vty_out(vty, "%% Unknown auth algorithm: '%s'%s", alg_type, VTY_NEWLINE);
|
||||
return CMD_WARNING;
|
||||
|
|
Loading…
Reference in New Issue