fixeria has submitted this change. ( 
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(-)

Approvals:
  Jenkins Builder: Verified
  laforge: Looks good to me, approved
  pespin: Looks good to me, but someone else must approve



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: 2
Gerrit-Owner: fixeria <[email protected]>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <[email protected]>
Gerrit-Reviewer: laforge <[email protected]>
Gerrit-Reviewer: pespin <[email protected]>
Gerrit-MessageType: merged

Reply via email to