From: Shan Wei Date: Tue, 5 May 2009 01:01:29 +0000 (+0000) Subject: tcp:fix the code indent X-Git-Tag: v2.6.31-rc1~330^2~478 X-Git-Url: https://bbs.cooldavid.org/git/?p=net-next-2.6.git;a=commitdiff_plain;h=ae8d7f884a24ee920e417077b2615c6862be687f tcp:fix the code indent Signed-off-by: Shan Wei Signed-off-by: David S. Miller --- diff --git a/net/ipv4/tcp_ipv4.c b/net/ipv4/tcp_ipv4.c index bda74e8aed7..fc79e341628 100644 --- a/net/ipv4/tcp_ipv4.c +++ b/net/ipv4/tcp_ipv4.c @@ -1593,7 +1593,7 @@ process: #endif { if (!tcp_prequeue(sk, skb)) - ret = tcp_v4_do_rcv(sk, skb); + ret = tcp_v4_do_rcv(sk, skb); } } else sk_add_backlog(sk, skb);