aboutsummaryrefslogtreecommitdiffstats
path: root/Transceiver52M/radioInterface.h
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2018-09-03 16:42:04 +0200
committerPau Espin Pedrol <pespin@sysmocom.de>2018-09-03 18:53:41 +0200
commit46444637c6678ee4c4b284d24e57d03bd4f93e25 (patch)
tree943f261cca4016bfea9bd102cfc52faef3a5a379 /Transceiver52M/radioInterface.h
parent86be40b4eb762d5c12e8e3f7388ca9f254e77b36 (diff)
cosmetic: Fix trailing whitespace
Diffstat (limited to 'Transceiver52M/radioInterface.h')
-rw-r--r--Transceiver52M/radioInterface.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Transceiver52M/radioInterface.h b/Transceiver52M/radioInterface.h
index ffcacdd..54ffc31 100644
--- a/Transceiver52M/radioInterface.h
+++ b/Transceiver52M/radioInterface.h
@@ -14,7 +14,7 @@
-#include "sigProcLib.h"
+#include "sigProcLib.h"
#include "GSMCommon.h"
#include "LinkedLists.h"
#include "radioDevice.h"
@@ -130,7 +130,7 @@ public:
/** set thread priority on current thread */
void setPriority(float prio = 0.5) { mRadio->setPriority(prio); }
- /** get transport window type of attached device */
+ /** get transport window type of attached device */
enum RadioDevice::TxWindowType getWindowType() { return mRadio->getWindowType(); }
/** Minimum latency that the device can achieve */