altcp_tls: whitespace cleanup

This commit is contained in:
Simon Goldschmidt 2019-02-18 13:11:27 +01:00
parent 608a2f9741
commit ef3d12c60e

View File

@ -883,7 +883,7 @@ altcp_tls_free_config(struct altcp_tls_config *conf)
}
if (conf->ca) {
mbedtls_x509_crt_free(conf->ca);
}
}
altcp_mbedtls_free_config(conf);
}