mirror of
https://github.com/python/cpython.git
synced 2025-10-17 20:28:43 +00:00
Issue #28139: Merge indentation fixes from 3.5 into 3.6
This commit is contained in:
commit
d508d00919
7 changed files with 38 additions and 32 deletions
|
@ -2061,12 +2061,13 @@ getsockaddrlen(PySocketSockObject *s, socklen_t *len_ret)
|
|||
return 1;
|
||||
}
|
||||
#endif /* AF_UNIX */
|
||||
|
||||
#if defined(AF_NETLINK)
|
||||
case AF_NETLINK:
|
||||
{
|
||||
*len_ret = sizeof (struct sockaddr_nl);
|
||||
return 1;
|
||||
}
|
||||
case AF_NETLINK:
|
||||
{
|
||||
*len_ret = sizeof (struct sockaddr_nl);
|
||||
return 1;
|
||||
}
|
||||
#endif
|
||||
|
||||
#ifdef AF_RDS
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue