bts: fix sourcecode formatting (excess whitespace)

Change-Id: Ie4fad0426d1d089156481806a05982a24375b766
This commit is contained in:
Philipp Maier 2021-12-20 15:29:52 +01:00
parent 2544c1058c
commit 9b844df27b
1 changed files with 1 additions and 1 deletions

View File

@ -446,7 +446,7 @@ int gsm_bts_check_cfg(struct gsm_bts *bts)
break;
case GSM_BAND_900:
if ((bts->c0->arfcn > 124 && bts->c0->arfcn < 955) ||
bts->c0->arfcn > 1023) {
bts->c0->arfcn > 1023) {
LOGP(DNM, LOGL_ERROR, "(bts=%u) GSM900 channel (%u) must be between 0-124, 955-1023.\n",
bts->nr, bts->c0->arfcn);
return -EINVAL;