lwip: fix trailing whitespace in TLS config

This commit is contained in:
Old-Ding
2026-07-05 15:48:09 +08:00
committed by Rbb666
parent 2c797c358c
commit cfd6f0ec9e
@@ -890,7 +890,7 @@ altcp_tls_free_config(struct altcp_tls_config *conf)
}
if (conf->ca) {
mbedtls_x509_crt_free(conf->ca);
}
}
altcp_mbedtls_free_config(conf);
}