laforge has uploaded this change for review. ( 
https://gerrit.osmocom.org/c/osmo-trx/+/20073 )


Change subject: [cosmetic] radioIntefaceMulti: Fix whitespace / indent
......................................................................

[cosmetic] radioIntefaceMulti: Fix whitespace / indent

Change-Id: I3addb844a79a8f4e8af03323fc50e57b8a3590a8
---
M Transceiver52M/radioInterfaceMulti.cpp
1 file changed, 5 insertions(+), 6 deletions(-)



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

diff --git a/Transceiver52M/radioInterfaceMulti.cpp 
b/Transceiver52M/radioInterfaceMulti.cpp
index e654184..1ca3fbb 100644
--- a/Transceiver52M/radioInterfaceMulti.cpp
+++ b/Transceiver52M/radioInterfaceMulti.cpp
@@ -440,14 +440,13 @@

 double RadioInterfaceMulti::setRxGain(double db, size_t chan)
 {
-  if (chan == 0)
-    return mDevice->setRxGain(db);
-  else
-    return mDevice->getRxGain();
+       if (chan == 0)
+               return mDevice->setRxGain(db);
+       else
+               return mDevice->getRxGain();
 }

 int RadioInterfaceMulti::setPowerAttenuation(int atten, size_t chan)
 {
-               return RadioInterface::setPowerAttenuation(atten, 0);
-
+       return RadioInterface::setPowerAttenuation(atten, 0);
 }

--
To view, visit https://gerrit.osmocom.org/c/osmo-trx/+/20073
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-trx
Gerrit-Branch: master
Gerrit-Change-Id: I3addb844a79a8f4e8af03323fc50e57b8a3590a8
Gerrit-Change-Number: 20073
Gerrit-PatchSet: 1
Gerrit-Owner: laforge <lafo...@osmocom.org>
Gerrit-MessageType: newchange

Reply via email to