pespin has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-pcu/+/32380 )
Change subject: cosmetic: Fix indentation in comment ......................................................................
cosmetic: Fix indentation in comment
Change-Id: I15063346e4ff0367c0bf04f6b48ac62b9bdf2929 --- M src/gprs_ms.c 1 file changed, 10 insertions(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-pcu refs/changes/80/32380/1
diff --git a/src/gprs_ms.c b/src/gprs_ms.c index bba0b94..140d5d3 100644 --- a/src/gprs_ms.c +++ b/src/gprs_ms.c @@ -1232,7 +1232,7 @@ } else { /* Check if we can create a DL TBF to start sending the enqueued * data. Otherwise it will be triggered later when it is reachable - * again. */ + * again. */ if (ms_is_reachable_for_dl_ass(ms)) { if (ms_ul_tbf(ms)) rc = ms_new_dl_tbf_assigned_on_pacch(ms, ul_tbf_as_tbf(ms_ul_tbf(ms)));