From 488aa2908387356b2ae0e84157974f962f45972a Mon Sep 17 00:00:00 2001 From: Pau Espin Pedrol Date: Wed, 25 Sep 2019 17:48:35 +0200 Subject: cosmetic: fix whitespace Change-Id: I45bbe4d3c69d573aaff010d16f338c7ec3eaf08a --- src/gprs_rlcmac_meas.cpp | 3 +-- src/gprs_rlcmac_sched.cpp | 2 +- src/tbf_ul.cpp | 2 +- tests/types/TypesTest.cpp | 2 +- 4 files changed, 4 insertions(+), 5 deletions(-) diff --git a/src/gprs_rlcmac_meas.cpp b/src/gprs_rlcmac_meas.cpp index 9ff06db9..4e58df38 100644 --- a/src/gprs_rlcmac_meas.cpp +++ b/src/gprs_rlcmac_meas.cpp @@ -16,7 +16,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ - + #include #include @@ -189,4 +189,3 @@ int gprs_rlcmac_dl_bw(struct gprs_rlcmac_dl_tbf *tbf, uint16_t octets) return 0; } - diff --git a/src/gprs_rlcmac_sched.cpp b/src/gprs_rlcmac_sched.cpp index e16cf39d..5fedb5ae 100644 --- a/src/gprs_rlcmac_sched.cpp +++ b/src/gprs_rlcmac_sched.cpp @@ -16,7 +16,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ - + #include #include #include 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); diff --git a/tests/types/TypesTest.cpp b/tests/types/TypesTest.cpp index b2ddc94f..ee4e9370 100644 --- a/tests/types/TypesTest.cpp +++ b/tests/types/TypesTest.cpp @@ -88,7 +88,7 @@ static void test_llc(void) llc.append_frame(data, llc.remaining_space() - 1); OSMO_ASSERT(llc.fits_in_current_frame(1)); OSMO_ASSERT(!llc.fits_in_current_frame(2)); - } + } } static void test_rlc() -- cgit v1.2.3