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:
Angus Gratton
2020-11-10 18:40:01 +11:00
committed by bot
parent e82eac4354
commit 66fb5a29bb
1975 changed files with 9433 additions and 10476 deletions

View File

@@ -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);