pespin has uploaded this change for review. (
https://gerrit.osmocom.org/c/osmo-pcu/+/31095 )
Change subject: cosmetic: Remove unneeded curly braces
......................................................................
cosmetic: Remove unneeded curly braces
Change-Id: I6d87f11ff749d027685bf539a81f43d35ff98e9a
---
M src/gprs_rlcmac_sched.cpp
1 file changed, 1 insertion(+), 2 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-pcu refs/changes/95/31095/1
diff --git a/src/gprs_rlcmac_sched.cpp b/src/gprs_rlcmac_sched.cpp
index 0a72e3b..314fd58 100644
--- a/src/gprs_rlcmac_sched.cpp
+++ b/src/gprs_rlcmac_sched.cpp
@@ -162,9 +162,8 @@
msg = tbf_dl_ass_create_rlcmac_msg(tbfs->dl_ass, pdch, fn);
else if (tbf == tbfs->ul_ack)
msg = tbf_ul_ack_create_rlcmac_msg(tbfs->ul_ack, pdch, fn);
- else if (tbf == tbfs->nacc) {
+ else if (tbf == tbfs->nacc)
msg = ms_nacc_create_rlcmac_msg(tbf->ms(), tbf, pdch, fn);
- }
if (!msg) {
tbf = NULL;
--
To view, visit
https://gerrit.osmocom.org/c/osmo-pcu/+/31095
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-pcu
Gerrit-Branch: master
Gerrit-Change-Id: I6d87f11ff749d027685bf539a81f43d35ff98e9a
Gerrit-Change-Number: 31095
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin(a)sysmocom.de>
Gerrit-MessageType: newchange