fib6_rules: fix indentation
authorStefan Tomanek <stefan.tomanek@wertarbyte.de>
Sun, 8 Sep 2013 15:09:43 +0000 (17:09 +0200)
committerDavid S. Miller <davem@davemloft.net>
Wed, 11 Sep 2013 20:16:29 +0000 (16:16 -0400)
This change just removes two tabs from the source file.

Signed-off-by: Stefan Tomanek <stefan.tomanek@wertarbyte.de>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv6/fib6_rules.c

index a6c58ce..e275916 100644 (file)
@@ -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)