tipc: clean up inconsistent indenting

There is a statement that is indented one character too deeply,
clean this up.

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
Colin Ian King 2021-09-03 00:00:11 +01:00 committed by David S. Miller
parent c645fe9bf6
commit 743902c544
1 changed files with 1 additions and 1 deletions

View File

@ -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 */