Change in osmo-pcu[master]: tbf: cosmetic: fix spacing in gprs_rlcmac_tbf::create_ul_ass()

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

laforge gerrit-no-reply at lists.osmocom.org
Mon Feb 10 10:29:24 UTC 2020


laforge has submitted this change. ( https://gerrit.osmocom.org/c/osmo-pcu/+/17104 )

Change subject: tbf: cosmetic: fix spacing in gprs_rlcmac_tbf::create_ul_ass()
......................................................................

tbf: cosmetic: fix spacing in gprs_rlcmac_tbf::create_ul_ass()

Change-Id: Ice4c4db20551753fa4219e7a216309229f7a2ab5
---
M src/tbf.cpp
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Jenkins Builder: Verified
  pespin: Looks good to me, approved



diff --git a/src/tbf.cpp b/src/tbf.cpp
index b852cd2..2f79a98 100644
--- a/src/tbf.cpp
+++ b/src/tbf.cpp
@@ -1351,7 +1351,7 @@
 		ul_ass_state == GPRS_RLCMAC_UL_ASS_WAIT_ACK) {
 		LOGPTBFUL(this, LOGL_DEBUG,
 			  "Polling is already scheduled, so we must wait for the uplink assignment...\n");
-			return NULL;
+		return NULL;
 	}
 
 	rc = check_polling(fn, ts, &new_poll_fn, &rrbp);

-- 
To view, visit https://gerrit.osmocom.org/c/osmo-pcu/+/17104
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-pcu
Gerrit-Branch: master
Gerrit-Change-Id: Ice4c4db20551753fa4219e7a216309229f7a2ab5
Gerrit-Change-Number: 17104
Gerrit-PatchSet: 2
Gerrit-Owner: fixeria <axilirator at gmail.com>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <laforge at osmocom.org>
Gerrit-Reviewer: pespin <pespin at sysmocom.de>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20200210/b9f33554/attachment.htm>


More information about the gerrit-log mailing list