osmith has uploaded this change for review. ( https://gerrit.osmocom.org/12729


Change subject: Cosmetic: fix spaces/tabs in mgcp_requests[]
......................................................................

Cosmetic: fix spaces/tabs in mgcp_requests[]

Change-Id: I2e8ef83b231b7d7b71e533d0699afea433d635aa
---
M src/libosmo-mgcp/mgcp_protocol.c
1 file changed, 6 insertions(+), 6 deletions(-)



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

diff --git a/src/libosmo-mgcp/mgcp_protocol.c b/src/libosmo-mgcp/mgcp_protocol.c
index eaf0e5a..f141485 100644
--- a/src/libosmo-mgcp/mgcp_protocol.c
+++ b/src/libosmo-mgcp/mgcp_protocol.c
@@ -177,13 +177,13 @@
  * for performance reasons. */
 static const struct mgcp_request mgcp_requests[] = {
        MGCP_REQUEST("AUEP", handle_audit_endpoint, "AuditEndpoint")
-           MGCP_REQUEST("CRCX", handle_create_con, "CreateConnection")
-           MGCP_REQUEST("DLCX", handle_delete_con, "DeleteConnection")
-           MGCP_REQUEST("MDCX", handle_modify_con, "ModifiyConnection")
-           MGCP_REQUEST("RQNT", handle_noti_req, "NotificationRequest")
+       MGCP_REQUEST("CRCX", handle_create_con, "CreateConnection")
+       MGCP_REQUEST("DLCX", handle_delete_con, "DeleteConnection")
+       MGCP_REQUEST("MDCX", handle_modify_con, "ModifiyConnection")
+       MGCP_REQUEST("RQNT", handle_noti_req, "NotificationRequest")

-           /* SPEC extension */
-           MGCP_REQUEST("RSIP", handle_rsip, "ReSetInProgress")
+       /* SPEC extension */
+       MGCP_REQUEST("RSIP", handle_rsip, "ReSetInProgress")
 };

 /* Helper function to allocate some memory for responses and retransmissions */

--
To view, visit https://gerrit.osmocom.org/12729
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: I2e8ef83b231b7d7b71e533d0699afea433d635aa
Gerrit-Change-Number: 12729
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <[email protected]>

Reply via email to