remove spaces within tabs (\t( )+\t)
This commit is contained in:
@@ -172,7 +172,7 @@ static kernel_algorithm_t encryption_algs[] = {
|
||||
/* {ENCR_3IDEA, "***" }, */
|
||||
/* {ENCR_DES_IV32, "***" }, */
|
||||
{ENCR_NULL, "cipher_null" },
|
||||
{ENCR_AES_CBC, "aes" },
|
||||
{ENCR_AES_CBC, "aes" },
|
||||
{ENCR_AES_CTR, "rfc3686(ctr(aes))" },
|
||||
{ENCR_AES_CCM_ICV8, "rfc4309(ccm(aes))" },
|
||||
{ENCR_AES_CCM_ICV12, "rfc4309(ccm(aes))" },
|
||||
|
||||
@@ -1079,7 +1079,7 @@ static status_t del_ip(private_kernel_netlink_net_t *this, host_t *virtual_ip)
|
||||
if (addr->refcount == 1)
|
||||
{
|
||||
status = manage_ipaddr(this, RTM_DELADDR, 0,
|
||||
ifindex, virtual_ip);
|
||||
ifindex, virtual_ip);
|
||||
if (status == SUCCESS)
|
||||
{ /* wait until the address is really gone */
|
||||
while (get_vip_refcount(this, virtual_ip) > 0)
|
||||
|
||||
Reference in New Issue
Block a user