]> granicus.if.org Git - ipset/commitdiff
Whitespace fixes: some space before tab slipped in.
authorJozsef Kadlecsik <kadlec@blackhole.kfki.hu>
Fri, 8 Apr 2011 14:21:35 +0000 (16:21 +0200)
committerJozsef Kadlecsik <kadlec@blackhole.kfki.hu>
Fri, 8 Apr 2011 14:21:35 +0000 (16:21 +0200)
kernel/net/netfilter/ipset/ip_set_list_set.c

index a0290ffad35549b42e14103b2c91ca7ab048bceb..c2c29daab0ffc768c941c10902ae5530a430f989 100644 (file)
@@ -310,8 +310,8 @@ list_set_uadt(struct ip_set *set, struct nlattr *tb[],
                                     !id_eq(map, i + 1, refid)) ||
                                    (before < 0 &&
                                     (i == 0 || !id_eq(map, i - 1, refid)))) {
-                                       ret = -IPSET_ERR_EXIST;
-                                       goto finish;
+                                       ret = -IPSET_ERR_EXIST;
+                                       goto finish;
                                }
                                e->timeout = ip_set_timeout_set(timeout);
                                ip_set_put_byindex(id);