aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@espeweb.net>2020-12-18 16:19:11 +0100
committerPau Espin Pedrol <pespin@espeweb.net>2020-12-18 16:19:11 +0100
commit8ab62e49119039de796f13334da92968e1a1a37a (patch)
tree5704cea42c2999f616a250dd9e6f99751765c1fb
parent195c9e70c2f15f40e9cfe53ed05108179b68338d (diff)
cosmetic: bsc: Fix tab<->space indent
-rw-r--r--bsc/BSC_Tests.ttcn2
1 files changed, 1 insertions, 1 deletions
diff --git a/bsc/BSC_Tests.ttcn b/bsc/BSC_Tests.ttcn
index 2695ce20..175b820d 100644
--- a/bsc/BSC_Tests.ttcn
+++ b/bsc/BSC_Tests.ttcn
@@ -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);
}