mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-18 15:47:13 +00:00
Whitespace: Automated whitespace fixes (large commit)
Apply the pre-commit hook whitespace fixes to all files in the repo. (Line endings, blank lines at end of file, trailing whitespace)
This commit is contained in:
@@ -523,7 +523,7 @@ static int eap_tls_process_output(struct eap_ssl_data *data, EapType eap_type,
|
||||
if (*out_data == NULL) {
|
||||
printf("[Debug] out_data is null, return \n");
|
||||
return -1;
|
||||
}
|
||||
}
|
||||
|
||||
flags = wpabuf_put(*out_data, 1);
|
||||
*flags = peap_version;
|
||||
@@ -655,7 +655,7 @@ int eap_peer_tls_process_helper(struct eap_sm *sm, struct eap_ssl_data *data,
|
||||
*/
|
||||
struct wpabuf * eap_peer_tls_build_ack(u8 id, EapType eap_type,
|
||||
int peap_version)
|
||||
{
|
||||
{
|
||||
struct wpabuf *resp;
|
||||
|
||||
resp = eap_tls_msg_alloc(eap_type, 1, EAP_CODE_RESPONSE, id);
|
||||
|
Reference in New Issue
Block a user