From 2b09c18c4e46b106849aa4dce1bb2d415f91c41c Mon Sep 17 00:00:00 2001 From: goldsimon Date: Fri, 16 Feb 2018 13:59:00 +0100 Subject: [PATCH] altcp_tls.h: minor whitespace cleanup --- src/include/lwip/altcp_tls.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/include/lwip/altcp_tls.h b/src/include/lwip/altcp_tls.h index 2cef9cd8..fb554a8d 100644 --- a/src/include/lwip/altcp_tls.h +++ b/src/include/lwip/altcp_tls.h @@ -56,7 +56,7 @@ extern "C" { #endif /** @ingroup altcp_tls - * ALTCP_TLS configuration handle, content depends on port (e.g. mbedtls) + * ALTCP_TLS configuration handle, content depends on port (e.g. mbedtls) */ struct altcp_tls_config;