Change in osmo-trx[master]: proto_trxd: cosmetic: 'if' is not a function, add space

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/.

fixeria gerrit-no-reply at lists.osmocom.org
Fri Sep 11 11:34:01 UTC 2020


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 <vyanitskiy at sysmocom.de>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20200911/8744405d/attachment.htm>


More information about the gerrit-log mailing list