Skip to content

Commit

Permalink
fib6_rules: fix indentation
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Stefan Tomanek authored and David S. Miller committed Sep 11, 2013
1 parent 1ecfd46 commit 04f0888
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions net/ipv6/fib6_rules.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 04f0888

Please sign in to comment.