cosmetic: Fix trailing whitespace

Change-Id: Ia647cfed0acb35adeb9b3b7824170d06c0369ef7
This commit is contained in:
Pau Espin 2018-09-03 16:42:04 +02:00
parent 86be40b4eb
commit 46444637c6
3 changed files with 4 additions and 4 deletions

View File

@ -239,7 +239,7 @@ bool RadioInterface::driveReceiveRadio()
else else
burstSize = symbolsPerSlot + (tN % 4 == 0); burstSize = symbolsPerSlot + (tN % 4 == 0);
/* /*
* Pre-allocate head room for the largest correlation size * Pre-allocate head room for the largest correlation size
* so we can later avoid a re-allocation and copy * so we can later avoid a re-allocation and copy
* */ * */

View File

@ -14,7 +14,7 @@
#include "sigProcLib.h" #include "sigProcLib.h"
#include "GSMCommon.h" #include "GSMCommon.h"
#include "LinkedLists.h" #include "LinkedLists.h"
#include "radioDevice.h" #include "radioDevice.h"
@ -130,7 +130,7 @@ public:
/** set thread priority on current thread */ /** set thread priority on current thread */
void setPriority(float prio = 0.5) { mRadio->setPriority(prio); } 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(); } enum RadioDevice::TxWindowType getWindowType() { return mRadio->getWindowType(); }
/** Minimum latency that the device can achieve */ /** Minimum latency that the device can achieve */

View File

@ -1,7 +1,7 @@
/* /*
* Multi-carrier radio interface * Multi-carrier radio interface
* *
* Copyright (C) 2016 Ettus Research LLC * Copyright (C) 2016 Ettus Research LLC
* *
* Author: Tom Tsou <tom.tsou@ettus.com> * Author: Tom Tsou <tom.tsou@ettus.com>
* *