diff options
author | Simon Horman <horms@verge.net.au> | 2008-09-08 09:34:45 +1000 |
---|---|---|
committer | Simon Horman <horms@verge.net.au> | 2008-09-08 09:34:45 +1000 |
commit | 5af149cc34143c4e24abcc6355b29b3161eff3b8 (patch) | |
tree | cac8775030597d59b031a314d2df943937d7f845 /net/ipv4/ipvs | |
parent | 3bfb92f4073aa829f8e67e459d54c79306ddbd73 (diff) | |
download | op-kernel-dev-5af149cc34143c4e24abcc6355b29b3161eff3b8.zip op-kernel-dev-5af149cc34143c4e24abcc6355b29b3161eff3b8.tar.gz |
IPVS: fix bogus indentation
Sorry, this was my error.
Thanks to Julius Volz for pointing it out.
Signed-off-by: Simon Horman <horms@verge.net.au>
Acked-by: Julius Volz <juliusv@google.com>
Diffstat (limited to 'net/ipv4/ipvs')
-rw-r--r-- | net/ipv4/ipvs/ip_vs_core.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv4/ipvs/ip_vs_core.c b/net/ipv4/ipvs/ip_vs_core.c index 05797a5..1f4f3b9 100644 --- a/net/ipv4/ipvs/ip_vs_core.c +++ b/net/ipv4/ipvs/ip_vs_core.c @@ -1033,7 +1033,7 @@ ip_vs_out(unsigned int hooknum, struct sk_buff *skb, ICMP_DEST_UNREACH, ICMP_PORT_UNREACH, 0); return NF_DROP; - } + } } } IP_VS_DBG_PKT(12, pp, skb, 0, |