Commit 04f0888da20ea4f5842725c265c1940b708dc3e2

Authored by Stefan Tomanek
Committed by David S. Miller
1 parent 1ecfd46286

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>

Showing 1 changed file with 2 additions and 2 deletions Side-by-side Diff

net/ipv6/fib6_rules.c
... ... @@ -138,8 +138,8 @@
138 138 return false;
139 139  
140 140 suppress_route:
141   - ip6_rt_put(rt);
142   - return true;
  141 + ip6_rt_put(rt);
  142 + return true;
143 143 }
144 144  
145 145 static int fib6_rule_match(struct fib_rule *rule, struct flowi *fl, int flags)