laforge has submitted this change. ( https://gerrit.osmocom.org/c/libosmocore/+/31387 )
Change subject: gsmtap_util: remove whitespace at the end of line ......................................................................
gsmtap_util: remove whitespace at the end of line
Change-Id: Ib7afbfb1f7a95beab16fed11d07ae244b4fcfcdc --- M src/core/gsmtap_util.c 1 file changed, 10 insertions(+), 1 deletion(-)
Approvals: laforge: Looks good to me, approved Jenkins Builder: Verified
diff --git a/src/core/gsmtap_util.c b/src/core/gsmtap_util.c index 57b7aed..33667c3 100644 --- a/src/core/gsmtap_util.c +++ b/src/core/gsmtap_util.c @@ -232,7 +232,7 @@ #include <sys/socket.h> #include <netinet/in.h>
-/*! Create a new (sending) GSMTAP source socket +/*! Create a new (sending) GSMTAP source socket * \param[in] host host name or IP address in string format * \param[in] port UDP port number in host byte order * \return file descriptor of the new socket