aboutsummaryrefslogtreecommitdiffstats
path: root/src/tbf_ul.cpp
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2019-09-25 17:48:35 +0200
committerPau Espin Pedrol <pespin@sysmocom.de>2019-09-25 17:50:06 +0200
commit488aa2908387356b2ae0e84157974f962f45972a (patch)
treeec757858cb9ec0dcdba69e59572a2da1b21c4da5 /src/tbf_ul.cpp
parente13cdc503e2faf06699aedd4e84c69ad42916755 (diff)
cosmetic: fix whitespace
Diffstat (limited to 'src/tbf_ul.cpp')
-rw-r--r--src/tbf_ul.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tbf_ul.cpp b/src/tbf_ul.cpp
index e4f00831..3fa8009e 100644
--- a/src/tbf_ul.cpp
+++ b/src/tbf_ul.cpp
@@ -395,7 +395,7 @@ int gprs_rlcmac_ul_tbf::snd_ul_ud()
m_llc.reset_frame_space();
return -EIO;
}
-
+
llc_pdu = msgb_alloc_headroom(msg_len, msg_len,"llc_pdu");
uint8_t *buf = msgb_push(llc_pdu, TL16V_GROSS_LEN(sizeof(uint8_t)*m_llc.frame_length()));
tl16v_put(buf, BSSGP_IE_LLC_PDU, sizeof(uint8_t)*m_llc.frame_length(), m_llc.frame);