From c7916e11e6d8457c7b086b684d88d4256fc0983e Mon Sep 17 00:00:00 2001 From: "Martine S. Lenders" Date: Tue, 26 May 2020 20:36:57 +0200 Subject: [PATCH] sock_dtls: add missing whitespace to doc --- sys/include/net/sock/dtls.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/include/net/sock/dtls.h b/sys/include/net/sock/dtls.h index 3a0b49e313..fa9a8d7061 100644 --- a/sys/include/net/sock/dtls.h +++ b/sys/include/net/sock/dtls.h @@ -557,7 +557,7 @@ void sock_dtls_init(void); * * @param[out] sock The resulting DTLS sock object * @param[in] udp_sock Existing UDP sock initialized with - * @ref sock_udp_create()to be used underneath. + * @ref sock_udp_create() to be used underneath. * @param[in] tag Credential tag of @p sock. The sock will only use * credentials with the same tag given here. * @param[in] version [DTLS version](@ref sock_dtls_prot_version) to use.