cosmetic: remove spaces from pointer symbol

Change-Id: Id778181a40638bce15c6f085841c35c1895d2602
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 {