tipc: clean up inconsistent indenting
authorColin Ian King <colin.king@canonical.com>
Thu, 2 Sep 2021 23:00:11 +0000 (00:00 +0100)
committerDavid S. Miller <davem@davemloft.net>
Fri, 3 Sep 2021 10:51:26 +0000 (11:51 +0100)
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>
net/tipc/socket.c

index e3105ba..a0a27d8 100644 (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 */