This is merely a historical archive of years 2008-2021, before the migration to mailman3.
A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.
laforge gerrit-no-reply at lists.osmocom.orglaforge 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 <laforge at osmocom.org>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20200911/996c3e78/attachment.htm>