1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2026-01-01 01:41:18 +01:00

sys/net/transport_layer/socket_base/socket.c: trailing whitespace

This commit is contained in:
Joakim Gebart 2015-05-09 09:18:18 +02:00
parent cc27846ac3
commit 77cd875e8e

View File

@ -10,7 +10,7 @@
* @ingroup socket_base
* @{
* @file socket.c
* @brief functions for BSD socket API, methods return default values and
* @brief functions for BSD socket API, methods return default values and
* will be overwritten by appropriate transport layer protocols.
* @author Oliver Gesch <oliver.gesch@googlemail.com>
* @author Cenk Gündoğan <cnkgndgn@gmail.com>