vty: Fix indentation in osmux cmd during write-config output

Change-Id: I24b381f5944b0b48b6bb93e2cf1646b22e1b35cf
This commit is contained in:
Pau Espin 2022-10-13 18:11:41 +02:00
parent d9e11fbf41
commit 62c13d99d0
1 changed files with 1 additions and 1 deletions

View File

@ -4548,7 +4548,7 @@ static void config_write_bts_single(struct vty *vty, struct gsm_bts *bts)
config_write_bts_amr(vty, bts, &bts->mr_half, 0);
if (bts->use_osmux != OSMUX_USAGE_OFF) {
vty_out(vty, " osmux %s%s", bts->use_osmux == OSMUX_USAGE_ON ? "on" : "only",
vty_out(vty, " osmux %s%s", bts->use_osmux == OSMUX_USAGE_ON ? "on" : "only",
VTY_NEWLINE);
}