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


Change subject: proto_trxd: cosmetic: 'if' is not a function, add space
......................................................................

proto_trxd: cosmetic: 'if' is not a function, add space

Change-Id: I99cf10662232b1f6845d4019dd3b9be45a82d85b
---
M Transceiver52M/proto_trxd.c
1 file changed, 1 insertion(+), 1 deletion(-)



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

diff --git a/Transceiver52M/proto_trxd.c b/Transceiver52M/proto_trxd.c
index fbc0b14..e5a889d 100644
--- a/Transceiver52M/proto_trxd.c
+++ b/Transceiver52M/proto_trxd.c
@@ -69,7 +69,7 @@
        int rc;

        /* v0 doesn't support idle frames, they are simply dropped, not sent */
-       if(bi->idle)
+       if (bi->idle)
                return true;

        /* +2: Historically (OpenBTS times), two extra non-used bytes are sent 
appended to each burst */

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

Gerrit-Project: osmo-trx
Gerrit-Branch: master
Gerrit-Change-Id: I99cf10662232b1f6845d4019dd3b9be45a82d85b
Gerrit-Change-Number: 20075
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <vyanits...@sysmocom.de>
Gerrit-MessageType: newchange

Reply via email to