From 54bde5a8bac92fd285ec51734dab6ae38742b26e Mon Sep 17 00:00:00 2001 From: Vadim Yanitskiy Date: Sun, 26 Jul 2020 02:53:11 +0700 Subject: proto_trxd: cosmetic: 'if' is not a function, add space Change-Id: I99cf10662232b1f6845d4019dd3b9be45a82d85b --- Transceiver52M/proto_trxd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */ -- cgit v1.2.3