aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVadim Yanitskiy <axilirator@gmail.com>2020-02-09 02:48:03 +0700
committerVadim Yanitskiy <axilirator@gmail.com>2020-02-09 05:40:51 +0700
commitc74e2177996a92b1d6b8a0b27b755221d16ee833 (patch)
tree75bf80c5edcbea6734ade04ba80eed89b09c65d6
parentac2b866426a6d8ac7bdffe7f0e33468522a5e398 (diff)
tbf: cosmetic: fix spacing in gprs_rlcmac_tbf::create_ul_ass()
-rw-r--r--src/tbf.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tbf.cpp b/src/tbf.cpp
index b852cd22..2f79a986 100644
--- a/src/tbf.cpp
+++ b/src/tbf.cpp
@@ -1351,7 +1351,7 @@ struct msgb *gprs_rlcmac_tbf::create_ul_ass(uint32_t fn, uint8_t ts)
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);