Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Stefan Tomanek and committed by
David S. Miller
04f0888d 1ecfd462

+2 -2
+2 -2
net/ipv6/fib6_rules.c
··· 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)