diff options
author | Stefan Tomanek <stefan.tomanek@wertarbyte.de> | 2013-09-08 11:09:43 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2013-09-11 16:16:29 -0400 |
commit | 04f0888da20ea4f5842725c265c1940b708dc3e2 (patch) | |
tree | 26df4d0ff6bbb639f91b57d0d7ce1076d64db239 /net | |
parent | 1ecfd46286d391465e87cfa507709b4e713362f8 (diff) |
fib6_rules: fix indentation
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>
Diffstat (limited to 'net')
-rw-r--r-- | net/ipv6/fib6_rules.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/ipv6/fib6_rules.c b/net/ipv6/fib6_rules.c index a6c58ce43d34..e27591635f92 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 | |||
138 | return false; | 138 | return false; |
139 | 139 | ||
140 | suppress_route: | 140 | suppress_route: |
141 | ip6_rt_put(rt); | 141 | ip6_rt_put(rt); |
142 | return true; | 142 | return true; |
143 | } | 143 | } |
144 | 144 | ||
145 | static int fib6_rule_match(struct fib_rule *rule, struct flowi *fl, int flags) | 145 | static int fib6_rule_match(struct fib_rule *rule, struct flowi *fl, int flags) |