lynxis lazus has submitted this change. ( https://gerrit.osmocom.org/c/osmo-msc/+/38109?usp=email )
(
2 is the latest approved patch-set. No files were changed between the latest approved patch-set and the submitted one. )Change subject: libvlr: fix tab/space issue ......................................................................
libvlr: fix tab/space issue
Change-Id: I7f831e7ee0014a2241a69f7c75f2c6404bbb7087 --- M src/libvlr/vlr.c 1 file changed, 1 insertion(+), 1 deletion(-)
Approvals: pespin: Looks good to me, approved dexter: Looks good to me, approved laforge: Looks good to me, approved Jenkins Builder: Verified
diff --git a/src/libvlr/vlr.c b/src/libvlr/vlr.c index db4156f..e8ff1b1 100644 --- a/src/libvlr/vlr.c +++ b/src/libvlr/vlr.c @@ -1293,7 +1293,7 @@ }
/* Dispatch result to vsub->lu_fsm, which will either handle the result by itself (Check IMEI early) or dispatch - * it further to lu_compl_vlr_fsm (Check IMEI after LU). */ + * it further to lu_compl_vlr_fsm (Check IMEI after LU). */ if (gsup->message_type == OSMO_GSUP_MSGT_CHECK_IMEI_RESULT) { if (gsup->imei_result == OSMO_GSUP_IMEI_RESULT_ACK) osmo_fsm_inst_dispatch(vsub->lu_fsm, VLR_ULA_E_HLR_IMEI_ACK, NULL);