Review at  https://gerrit.osmocom.org/2127

radioBuffer: Remove extra ; at the end of inline function definitions.

Change-Id: I8911adf0a0bb1ae828ac9cdf1a76c904639f6c06
---
M Transceiver52M/radioBuffer.h
1 file changed, 4 insertions(+), 4 deletions(-)


  git pull ssh://gerrit.osmocom.org:29418/osmo-trx refs/changes/27/2127/1

diff --git a/Transceiver52M/radioBuffer.h b/Transceiver52M/radioBuffer.h
index afb6e63..e5aa315 100644
--- a/Transceiver52M/radioBuffer.h
+++ b/Transceiver52M/radioBuffer.h
@@ -9,10 +9,10 @@
 
        ~RadioBuffer();
 
-       const size_t getSegmentLen() { return segmentLen; };
-       const size_t getNumSegments() { return numSegments; };
-       const size_t getAvailSamples() { return availSamples; };
-       const size_t getAvailSegments() { return availSamples / segmentLen; };
+       const size_t getSegmentLen() { return segmentLen; }
+       const size_t getNumSegments() { return numSegments; }
+       const size_t getAvailSamples() { return availSamples; }
+       const size_t getAvailSegments() { return availSamples / segmentLen; }
 
        const size_t getFreeSamples()
        {

-- 
To view, visit https://gerrit.osmocom.org/2127
To unsubscribe, visit https://gerrit.osmocom.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I8911adf0a0bb1ae828ac9cdf1a76c904639f6c06
Gerrit-PatchSet: 1
Gerrit-Project: osmo-trx
Gerrit-Branch: master
Gerrit-Owner: Alexander Chemeris <alexander.cheme...@gmail.com>

Reply via email to