From: Stefan Tomanek Date: Sun, 8 Sep 2013 15:09:43 +0000 (+0200) Subject: fib6_rules: fix indentation X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=04f0888da20ea4f5842725c265c1940b708dc3e2;p=linux.git fib6_rules: fix indentation This change just removes two tabs from the source file. Signed-off-by: Stefan Tomanek Signed-off-by: David S. Miller --- diff --git a/net/ipv6/fib6_rules.c b/net/ipv6/fib6_rules.c index a6c58ce43d34a..e27591635f92c 100644 --- a/net/ipv6/fib6_rules.c +++ b/net/ipv6/fib6_rules.c @@ -138,8 +138,8 @@ static bool fib6_rule_suppress(struct fib_rule *rule, struct fib_lookup_arg *arg return false; suppress_route: - ip6_rt_put(rt); - return true; + ip6_rt_put(rt); + return true; } static int fib6_rule_match(struct fib_rule *rule, struct flowi *fl, int flags)