bpo-31462: Remove trailing whitespaces. (#3564)

This commit is contained in:
Serhiy Storchaka 2017-09-14 09:38:36 +03:00 committed by GitHub
parent 312ffead1e
commit 13ad3b7a82
21 changed files with 62 additions and 62 deletions

View file

@ -199,7 +199,7 @@ typedef union sock_addr {
#ifdef HAVE_SOCKADDR_ALG
struct sockaddr_alg alg;
#endif
#ifdef AF_VSOCK
#ifdef AF_VSOCK
struct sockaddr_vm vm;
#endif
} sock_addr_t;