From 46444637c6678ee4c4b284d24e57d03bd4f93e25 Mon Sep 17 00:00:00 2001 From: Pau Espin Pedrol Date: Mon, 3 Sep 2018 16:42:04 +0200 Subject: cosmetic: Fix trailing whitespace Change-Id: Ia647cfed0acb35adeb9b3b7824170d06c0369ef7 --- Transceiver52M/radioInterface.cpp | 2 +- Transceiver52M/radioInterface.h | 4 ++-- Transceiver52M/radioInterfaceMulti.cpp | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) (limited to 'Transceiver52M') diff --git a/Transceiver52M/radioInterface.cpp b/Transceiver52M/radioInterface.cpp index a377436..f74897f 100644 --- a/Transceiver52M/radioInterface.cpp +++ b/Transceiver52M/radioInterface.cpp @@ -239,7 +239,7 @@ bool RadioInterface::driveReceiveRadio() else burstSize = symbolsPerSlot + (tN % 4 == 0); - /* + /* * Pre-allocate head room for the largest correlation size * so we can later avoid a re-allocation and copy * */ 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 */ diff --git a/Transceiver52M/radioInterfaceMulti.cpp b/Transceiver52M/radioInterfaceMulti.cpp index 650fd85..b3add21 100644 --- a/Transceiver52M/radioInterfaceMulti.cpp +++ b/Transceiver52M/radioInterfaceMulti.cpp @@ -1,7 +1,7 @@ /* * Multi-carrier radio interface * - * Copyright (C) 2016 Ettus Research LLC + * Copyright (C) 2016 Ettus Research LLC * * Author: Tom Tsou * -- cgit v1.2.3