gsmtap_util: remove whitespace at the end of line

Change-Id: Ib7afbfb1f7a95beab16fed11d07ae244b4fcfcdc
This commit is contained in:
Philipp Maier 2023-02-20 10:29:49 +01:00 committed by laforge
parent a747d36166
commit ce4a86525c
1 changed files with 1 additions and 1 deletions

View File

@ -232,7 +232,7 @@ struct msgb *gsmtap_makemsg(uint16_t arfcn, uint8_t ts, uint8_t chan_type,
#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