netfilter: ipset: whitespace fixes: some space before tab slipped in
Signed-off-by: Jozsef Kadlecsik <kadlec@blackhole.kfki.hu> Signed-off-by: Patrick McHardy <kaber@trash.net>
This commit is contained in:
committed by
Patrick McHardy
parent
5416219e5c
commit
483e9ea357
@@ -310,8 +310,8 @@ list_set_uadt(struct ip_set *set, struct nlattr *tb[],
|
|||||||
!id_eq(map, i + 1, refid)) ||
|
!id_eq(map, i + 1, refid)) ||
|
||||||
(before < 0 &&
|
(before < 0 &&
|
||||||
(i == 0 || !id_eq(map, i - 1, refid)))) {
|
(i == 0 || !id_eq(map, i - 1, refid)))) {
|
||||||
ret = -IPSET_ERR_EXIST;
|
ret = -IPSET_ERR_EXIST;
|
||||||
goto finish;
|
goto finish;
|
||||||
}
|
}
|
||||||
e->timeout = ip_set_timeout_set(timeout);
|
e->timeout = ip_set_timeout_set(timeout);
|
||||||
ip_set_put_byindex(id);
|
ip_set_put_byindex(id);
|
||||||
|
Reference in New Issue
Block a user