lynxis lazus has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-msc/+/38109?usp=email )
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(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-msc refs/changes/09/38109/1
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);