From ce4a86525cb1996d863f20da8b039e7f7c033ab0 Mon Sep 17 00:00:00 2001 From: Philipp Maier Date: Mon, 20 Feb 2023 10:29:49 +0100 Subject: [PATCH] gsmtap_util: remove whitespace at the end of line Change-Id: Ib7afbfb1f7a95beab16fed11d07ae244b4fcfcdc --- src/core/gsmtap_util.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/gsmtap_util.c b/src/core/gsmtap_util.c index 57b7aed63..33667c306 100644 --- a/src/core/gsmtap_util.c +++ b/src/core/gsmtap_util.c @@ -232,7 +232,7 @@ struct msgb *gsmtap_makemsg(uint16_t arfcn, uint8_t ts, uint8_t chan_type, #include #include -/*! 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