cosmetic: hlr_vty_subscr.c: Fix trailing whitespace

Change-Id: Id751d227a52f39e3a8874d8b78c633b8d3eb9e74
This commit is contained in:
Pau Espin 2022-06-20 16:48:12 +02:00
parent 140dffd8f7
commit b74769f1b4
1 changed files with 2 additions and 2 deletions

View File

@ -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;