pespin has submitted this change. ( 
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/28303 )

Change subject: cbc: Fix trailing whitespace
......................................................................

cbc: Fix trailing whitespace

Change-Id: Ie54a6f6b9aea84ae1ec67ca34a34dd171f2e0177
---
M cbc/CBC_Tests.ttcn
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Jenkins Builder: Verified
  fixeria: Looks good to me, approved



diff --git a/cbc/CBC_Tests.ttcn b/cbc/CBC_Tests.ttcn
index e76e61e..44ce2bb 100644
--- a/cbc/CBC_Tests.ttcn
+++ b/cbc/CBC_Tests.ttcn
@@ -109,7 +109,7 @@
                }
        };
        for (var integer i := 0; i < lengthof(inp.content); i := i+1) {
-               ret.smscb_message.payload.payload_encoded.pages :=
+               ret.smscb_message.payload.payload_encoded.pages :=
                        ret.smscb_message.payload.payload_encoded.pages & { 
f_cbs2ecbe_page(inp.content[i]) };
        }
        return ret;

--
To view, visit https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/28303
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Change-Id: Ie54a6f6b9aea84ae1ec67ca34a34dd171f2e0177
Gerrit-Change-Number: 28303
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <[email protected]>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <[email protected]>
Gerrit-Reviewer: pespin <[email protected]>
Gerrit-MessageType: merged

Reply via email to