cosmetic: bsc: Fix tab<->space indent

Change-Id: I8b8670fb820d258a5a56f3fdb007f7e59bfd374f
diff --git a/bsc/BSC_Tests.ttcn b/bsc/BSC_Tests.ttcn
index 2695ce2..175b820 100644
--- a/bsc/BSC_Tests.ttcn
+++ b/bsc/BSC_Tests.ttcn
@@ -2331,7 +2331,7 @@
 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);
 }