cleanup: Remove extra empty lines

This commit is contained in:
Andrew Zaborowski 2020-03-18 15:51:33 +01:00 committed by Denis Kenzior
parent c1bf85ec13
commit 9ff1c4da3a
5 changed files with 0 additions and 6 deletions

View File

@ -28,7 +28,6 @@
#include <stdint.h>
#include <stdbool.h>
bool mschapv2_get_asymmetric_start_key(const uint8_t master_key[static 16],
uint8_t *session_key, size_t session_len,
bool server, bool send);

View File

@ -435,7 +435,6 @@ error:
eap_method_error(eap);
}
static void eap_pwd_handle_confirm(struct eap_state *eap,
const uint8_t *pkt, size_t len)
{

View File

@ -2406,7 +2406,6 @@ int ie_parse_neighbor_report(struct ie_tlv_iter *iter,
return 0;
}
int ie_parse_roaming_consortium(struct ie_tlv_iter *iter, size_t *num_anqp_out,
const uint8_t **oi1_out, size_t *oi1_len_out,
const uint8_t **oi2_out, size_t *oi2_len_out,

View File

@ -31,4 +31,3 @@ struct auth_proto *sae_sm_new(struct handshake_state *hs,
sae_tx_authenticate_func_t tx_auth,
sae_tx_associate_func_t tx_assoc,
void *user_data);

View File

@ -2066,7 +2066,6 @@ void station_ap_directed_roam(struct station *station,
l_timeout_remove(station->roam_trigger_timeout);
station->roam_trigger_timeout = NULL;
if (req_mode & WNM_REQUEST_MODE_PREFERRED_CANDIDATE_LIST) {
l_debug("roam: AP sent a preferred candidate list");
station_neighbor_report_cb(station->netdev, 0, body + pos,
@ -2560,7 +2559,6 @@ static void station_disconnect_cb(struct netdev *netdev, bool success,
} else
reply = dbus_error_failed(station->disconnect_pending);
dbus_pending_reply(&station->disconnect_pending, reply);
}