pespin has uploaded this change for review. ( 
https://gerrit.osmocom.org/c/osmo-pcu/+/15602


Change subject: cosmetic: fix whitespace
......................................................................

cosmetic: fix whitespace

Change-Id: I45bbe4d3c69d573aaff010d16f338c7ec3eaf08a
---
M src/gprs_rlcmac_meas.cpp
M src/gprs_rlcmac_sched.cpp
M src/tbf_ul.cpp
M tests/types/TypesTest.cpp
4 files changed, 4 insertions(+), 5 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-pcu refs/changes/02/15602/1

diff --git a/src/gprs_rlcmac_meas.cpp b/src/gprs_rlcmac_meas.cpp
index 9ff06db..4e58df3 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 <osmocom/core/timer_compat.h>

 #include <gprs_rlcmac.h>
@@ -189,4 +189,3 @@

        return 0;
 }
-
diff --git a/src/gprs_rlcmac_sched.cpp b/src/gprs_rlcmac_sched.cpp
index e16cf39..5fedb5a 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 <gprs_bssgp_pcu.h>
 #include <gprs_rlcmac.h>
 #include <pcu_l1_if.h>
diff --git a/src/tbf_ul.cpp b/src/tbf_ul.cpp
index e4f0083..3fa8009 100644
--- a/src/tbf_ul.cpp
+++ b/src/tbf_ul.cpp
@@ -395,7 +395,7 @@
                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 b2ddc94..ee4e937 100644
--- a/tests/types/TypesTest.cpp
+++ b/tests/types/TypesTest.cpp
@@ -88,7 +88,7 @@
                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()

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

Gerrit-Project: osmo-pcu
Gerrit-Branch: master
Gerrit-Change-Id: I45bbe4d3c69d573aaff010d16f338c7ec3eaf08a
Gerrit-Change-Number: 15602
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <[email protected]>
Gerrit-MessageType: newchange

Reply via email to