[MERGED] osmo-mgw[master]: cosmetic: remove spaces from pointer symbol

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

Harald Welte gerrit-no-reply at lists.osmocom.org
Wed Jan 31 23:37:52 UTC 2018


Harald Welte has submitted this change and it was merged.

Change subject: cosmetic: remove spaces from pointer symbol
......................................................................


cosmetic: remove spaces from pointer symbol

Change-Id: Id778181a40638bce15c6f085841c35c1895d2602
---
M include/osmocom/mgcp/mgcp_ep.h
1 file changed, 2 insertions(+), 2 deletions(-)

Approvals:
  Harald Welte: Looks good to me, approved
  Jenkins Builder: Verified



diff --git a/include/osmocom/mgcp/mgcp_ep.h b/include/osmocom/mgcp/mgcp_ep.h
index e477a47..74b3a9e 100644
--- a/include/osmocom/mgcp/mgcp_ep.h
+++ b/include/osmocom/mgcp/mgcp_ep.h
@@ -28,9 +28,9 @@
 
 /* Callback type for RTP dispatcher functions
    (e.g mgcp_dispatch_rtp_bridge_cb, see below) */
-typedef int (*mgcp_dispatch_rtp_cb) (int proto, struct sockaddr_in * addr,
+typedef int (*mgcp_dispatch_rtp_cb) (int proto, struct sockaddr_in *addr,
 				     char *buf, unsigned int buf_size,
-				     struct mgcp_conn * conn);
+				     struct mgcp_conn *conn);
 
 /*! MGCP endpoint properties */
 struct mgcp_endpoint_type {

-- 
To view, visit https://gerrit.osmocom.org/6007
To unsubscribe, visit https://gerrit.osmocom.org/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: Id778181a40638bce15c6f085841c35c1895d2602
Gerrit-PatchSet: 2
Gerrit-Project: osmo-mgw
Gerrit-Branch: master
Gerrit-Owner: dexter <pmaier at sysmocom.de>
Gerrit-Reviewer: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Jenkins Builder



More information about the gerrit-log mailing list