From 847a1651cde7a2f60d4a3bfe5288d0a272cfbbe3 Mon Sep 17 00:00:00 2001 From: Pau Espin Pedrol Date: Fri, 5 Feb 2021 12:08:04 +0100 Subject: BSSGP_Emulation: Fix indentation whitespace Change-Id: Iade336832e7045cd29bae52c7907c6a1c57813cd --- library/BSSGP_Emulation.ttcnpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/BSSGP_Emulation.ttcnpp b/library/BSSGP_Emulation.ttcnpp index 04220ed2..4b93a260 100644 --- a/library/BSSGP_Emulation.ttcnpp +++ b/library/BSSGP_Emulation.ttcnpp @@ -365,7 +365,7 @@ altstep as_sig_unblocked() runs on BSSGP_CT { } else { setverdict(fail, "Rx SIG BSSGP for unknown PTP BVCI ", ptp_bvci, ": ", udi.bssgp); BSCP.send(f_BnsUdReq(ts_BSSGP_STATUS(udi.bvci, BSSGP_CAUSE_BVCI_UNKNOWN, udi.bssgp), 0, 0)); - } + } } } -- cgit v1.2.3