Pau Espin Pedrol has uploaded this change for review. ( 
https://gerrit.osmocom.org/13742


Change subject: cosmetic: tests: mgcp_client_test: clean trailing whitespace
......................................................................

cosmetic: tests: mgcp_client_test: clean trailing whitespace

Change-Id: Ie27c0a9bf7a16983f31a07c314b0a602e9fb8999
---
M tests/mgcp_client/mgcp_client_test.c
1 file changed, 9 insertions(+), 9 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-mgw refs/changes/42/13742/1

diff --git a/tests/mgcp_client/mgcp_client_test.c 
b/tests/mgcp_client/mgcp_client_test.c
index 1db70cf..d610783 100644
--- a/tests/mgcp_client/mgcp_client_test.c
+++ b/tests/mgcp_client/mgcp_client_test.c
@@ -113,9 +113,9 @@
        printf("  ptmap_len = %u\n", response->ptmap_len);
        for(i=0;i<response->ptmap_len;i++) {
                printf("  ptmap[%u].codec = %u\n", i, response->ptmap[i].codec);
-               printf("  ptmap[%u].pt = %u\n", i, response->ptmap[i].pt);
+               printf("  ptmap[%u].pt = %u\n", i, response->ptmap[i].pt);
        }
-
+
 }

 mgcp_trans_id_t dummy_mgcp_send(struct msgb *msg)
@@ -180,7 +180,7 @@
             MGCP_MSG_PRESENCE_CONN_ID | MGCP_MSG_PRESENCE_CONN_MODE);
        mgcp_msg.codecs_len = 2;
        msg = mgcp_msg_gen(mgcp, &mgcp_msg);
-       mgcp_msg.codecs_len = 1;
+       mgcp_msg.codecs_len = 1;
        printf("%s\n", (char *)msg->data);

        printf("Generated CRCX message (three codecs, one with custom pt):\n");
@@ -190,8 +190,8 @@
             MGCP_MSG_PRESENCE_CONN_ID | MGCP_MSG_PRESENCE_CONN_MODE);
        mgcp_msg.codecs_len = 3;
        msg = mgcp_msg_gen(mgcp, &mgcp_msg);
-       mgcp_msg.codecs_len = 1;
-       printf("%s\n", (char *)msg->data);
+       mgcp_msg.codecs_len = 1;
+       printf("%s\n", (char *)msg->data);

        printf("Generated MDCX message:\n");
        mgcp_msg.verb = MGCP_VERB_MDCX;
@@ -210,7 +210,7 @@
             MGCP_MSG_PRESENCE_AUDIO_IP | MGCP_MSG_PRESENCE_AUDIO_PORT);
        mgcp_msg.codecs_len = 2;
        msg = mgcp_msg_gen(mgcp, &mgcp_msg);
-       mgcp_msg.codecs_len = 1;
+       mgcp_msg.codecs_len = 1;
        printf("%s\n", (char *)msg->data);

        printf("Generated MDCX message (three codecs, one with custom pt):\n");
@@ -221,8 +221,8 @@
             MGCP_MSG_PRESENCE_AUDIO_IP | MGCP_MSG_PRESENCE_AUDIO_PORT);
        mgcp_msg.codecs_len = 3;
        msg = mgcp_msg_gen(mgcp, &mgcp_msg);
-       mgcp_msg.codecs_len = 1;
-       printf("%s\n", (char *)msg->data);
+       mgcp_msg.codecs_len = 1;
+       printf("%s\n", (char *)msg->data);

        printf("Generated DLCX message:\n");
        mgcp_msg.verb = MGCP_VERB_DLCX;
@@ -286,7 +286,7 @@
                             | MGCP_MSG_PRESENCE_CONN_ID | 
MGCP_MSG_PRESENCE_CONN_MODE),
                .ptime = 20,
                .codecs[0] = CODEC_AMR_8000_1,
-               .codecs_len = 1
+               .codecs_len = 1
        };

        printf("\n%s():\n", __func__);

--
To view, visit https://gerrit.osmocom.org/13742
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-mgw
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: Ie27c0a9bf7a16983f31a07c314b0a602e9fb8999
Gerrit-Change-Number: 13742
Gerrit-PatchSet: 1
Gerrit-Owner: Pau Espin Pedrol <[email protected]>

Reply via email to