aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVadim Yanitskiy <vyanitskiy@sysmocom.de>2020-07-26 02:53:11 +0700
committerVadim Yanitskiy <vyanitskiy@sysmocom.de>2020-09-11 21:03:08 +0700
commit54bde5a8bac92fd285ec51734dab6ae38742b26e (patch)
tree703c0fe5d4f414e1a17ce2cf7774ba4c8cc5d953
parentfd88564acb4bc692909a21b97240417b3bcf7930 (diff)
proto_trxd: cosmetic: 'if' is not a function, add space
-rw-r--r--Transceiver52M/proto_trxd.c2
1 files changed, 1 insertions, 1 deletions
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 @@ bool trxd_send_burst_ind_v0(size_t chan, int fd, const struct trx_ul_burst_ind *
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 */