remove spaces before tabs at the beginning of lines (^( )+\t)
This commit is contained in:
@@ -128,9 +128,9 @@ struct private_child_sa_t {
|
||||
ipsec_mode_t mode;
|
||||
|
||||
/**
|
||||
* selected proposal
|
||||
*/
|
||||
proposal_t *proposal;
|
||||
* selected proposal
|
||||
*/
|
||||
proposal_t *proposal;
|
||||
|
||||
/**
|
||||
* config used to create this child
|
||||
|
||||
@@ -1059,14 +1059,14 @@ static void queue_triggered_check(private_connect_manager_t *this,
|
||||
check_list_t *checklist, endpoint_pair_t *pair)
|
||||
{
|
||||
DBG2(DBG_IKE, "queueing triggered check for pair '%d'", pair->id);
|
||||
pair->state = CHECK_WAITING;
|
||||
checklist->triggered->insert_last(checklist->triggered, pair);
|
||||
pair->state = CHECK_WAITING;
|
||||
checklist->triggered->insert_last(checklist->triggered, pair);
|
||||
|
||||
if (!checklist->sender)
|
||||
{
|
||||
/* if the sender is not running we restart it */
|
||||
schedule_checks(this, checklist, ME_INTERVAL);
|
||||
}
|
||||
if (!checklist->sender)
|
||||
{
|
||||
/* if the sender is not running we restart it */
|
||||
schedule_checks(this, checklist, ME_INTERVAL);
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
@@ -70,8 +70,8 @@ struct ike_sa_id_t {
|
||||
*
|
||||
* Two ike_sa_id_t objects are equal if both SPI values and the role matches.
|
||||
*
|
||||
* @param other ike_sa_id_t object to check if equal
|
||||
* @return TRUE if given ike_sa_id_t are equal, FALSE otherwise
|
||||
* @param other ike_sa_id_t object to check if equal
|
||||
* @return TRUE if given ike_sa_id_t are equal, FALSE otherwise
|
||||
*/
|
||||
bool (*equals) (ike_sa_id_t *this, ike_sa_id_t *other);
|
||||
|
||||
@@ -81,7 +81,7 @@ struct ike_sa_id_t {
|
||||
*
|
||||
* After calling this function, both objects are equal.
|
||||
*
|
||||
* @param other ike_sa_id_t object from which values will be taken
|
||||
* @param other ike_sa_id_t object from which values will be taken
|
||||
*/
|
||||
void (*replace_values) (ike_sa_id_t *this, ike_sa_id_t *other);
|
||||
|
||||
|
||||
@@ -31,9 +31,9 @@ struct private_keymat_t {
|
||||
keymat_t public;
|
||||
|
||||
/**
|
||||
* IKE_SA Role, initiator or responder
|
||||
*/
|
||||
bool initiator;
|
||||
* IKE_SA Role, initiator or responder
|
||||
*/
|
||||
bool initiator;
|
||||
|
||||
/**
|
||||
* inbound signer (verify)
|
||||
|
||||
Reference in New Issue
Block a user