cosmetic: bsc: Fix tab<->space indent

Change-Id: I8b8670fb820d258a5a56f3fdb007f7e59bfd374f
This commit is contained in:
Pau Espin Pedrol 2020-12-18 16:19:11 +01:00
parent 195c9e70c2
commit 8ab62e4911
1 changed files with 1 additions and 1 deletions

View File

@ -2331,7 +2331,7 @@ private function f_tr_rr_chan_rel_earfcns(integer count) return template CellSel
private function f_tc_si2quater_n_earfcns(integer n) runs on test_CT
{
var template SystemInformationConfig sic := SystemInformationConfig_default;
sic.si2quater := f_tr_si2quater_earfcns(n);
sic.si2quater := f_tr_si2quater_earfcns(n);
var template CellSelIndValue cells := f_tr_rr_chan_rel_earfcns(n);
f_test_si2quater(n, sic, cells);
}