summaryrefslogtreecommitdiff
path: root/Modules/socketmodule.h
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2017-09-14 09:38:36 +0300
committerGitHub <noreply@github.com>2017-09-14 09:38:36 +0300
commit13ad3b7a82bf56d803fbe48ee5df6c4b08986c78 (patch)
tree5704d2735779297fbba0e99ae333ff1a4f928513 /Modules/socketmodule.h
parent312ffead1eb272535e021e248b5d74ab04b2e72e (diff)
downloadcpython-git-13ad3b7a82bf56d803fbe48ee5df6c4b08986c78.tar.gz
bpo-31462: Remove trailing whitespaces. (#3564)
Diffstat (limited to 'Modules/socketmodule.h')
-rw-r--r--Modules/socketmodule.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/socketmodule.h b/Modules/socketmodule.h
index 03dbf18f7b..e0d50dffef 100644
--- a/Modules/socketmodule.h
+++ b/Modules/socketmodule.h
@@ -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;