cosmetic: Add parenthesis around expression to clarify it

Change-Id: I621ef02868aff2bd23d82c8bc70e5cdbc391fbc2
This commit is contained in:
Pau Espin 2021-11-08 16:34:17 +01:00
parent dbd3b78a9b
commit f61acd75c4
1 changed files with 1 additions and 1 deletions

View File

@ -719,7 +719,7 @@ const char *tbf_name(const gprs_rlcmac_tbf *tbf)
const char *gprs_rlcmac_tbf::name() const
{
int8_t tfi = m_tfi == TBF_TS_UNSET ? -1 : m_tfi;
int8_t tfi = (m_tfi == TBF_TS_UNSET) ? -1 : m_tfi;
snprintf(m_name_buf, sizeof(m_name_buf) - 1,
"TBF(TFI=%d TLLI=0x%08x DIR=%s STATE=%s%s)",
tfi, tlli(),