Change in ...osmo-pcu[master]: cosmetic: fix whitespace

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

pespin gerrit-no-reply at lists.osmocom.org
Thu Sep 26 12:14:02 UTC 2019


pespin has submitted this change and it was merged. ( 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(-)

Approvals:
  Jenkins Builder: Verified
  fixeria: Looks good to me, approved
  osmith: Looks good to me, approved



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 <pespin at sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <axilirator at gmail.com>
Gerrit-Reviewer: osmith <osmith at sysmocom.de>
Gerrit-Reviewer: pespin <pespin at sysmocom.de>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20190926/cba61196/attachment.htm>


More information about the gerrit-log mailing list