simple whitespace cleanup

This commit is contained in:
goldsimon 2018-02-15 06:41:16 +01:00
parent 5d5b8fbb46
commit 216f21dcd1

View File

@ -80,13 +80,13 @@ void altcp_tls_free_config(struct altcp_tls_config *conf);
/** @ingroup altcp_tls /** @ingroup altcp_tls
* Create new ALTCP_TLS layer * Create new ALTCP_TLS layer
*/ */
struct altcp_pcb *altcp_tls_new(struct altcp_tls_config* config, struct altcp_pcb *inner_pcb); struct altcp_pcb *altcp_tls_new(struct altcp_tls_config *config, struct altcp_pcb *inner_pcb);
/** @ingroup altcp_tls /** @ingroup altcp_tls
* Return pointer to internal TLS context so application can tweak it. * Return pointer to internal TLS context so application can tweak it.
* Real type depends on port (e.g. mbedtls) * Real type depends on port (e.g. mbedtls)
*/ */
void *altcp_tls_context (struct altcp_pcb *conn); void *altcp_tls_context(struct altcp_pcb *conn);
#ifdef __cplusplus #ifdef __cplusplus
} }