Commit 743902c5 authored by Colin Ian King's avatar Colin Ian King Committed by David S. Miller

tipc: clean up inconsistent indenting

There is a statement that is indented one character too deeply,
clean this up.
Signed-off-by: default avatarColin Ian King <colin.king@canonical.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent c645fe9b
......@@ -1426,7 +1426,7 @@ static int __tipc_sendmsg(struct socket *sock, struct msghdr *m, size_t dlen)
if (ua) {
if (!tipc_uaddr_valid(ua, m->msg_namelen))
return -EINVAL;
atype = ua->addrtype;
atype = ua->addrtype;
}
/* If socket belongs to a communication group follow other paths */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment