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

Change-Id: I99cf10662232b1f6845d4019dd3b9be45a82d85b
This commit is contained in:
Vadim Yanitskiy 2020-07-26 02:53:11 +07:00
parent fd88564acb
commit 54bde5a8ba
1 changed files with 1 additions and 1 deletions

View File

@ -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 */