diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2017-09-14 06:38:36 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-09-14 06:38:36 (GMT) |
commit | 13ad3b7a82bf56d803fbe48ee5df6c4b08986c78 (patch) | |
tree | 5704d2735779297fbba0e99ae333ff1a4f928513 /Modules | |
parent | 312ffead1eb272535e021e248b5d74ab04b2e72e (diff) | |
download | cpython-13ad3b7a82bf56d803fbe48ee5df6c4b08986c78.zip cpython-13ad3b7a82bf56d803fbe48ee5df6c4b08986c78.tar.gz cpython-13ad3b7a82bf56d803fbe48ee5df6c4b08986c78.tar.bz2 |
bpo-31462: Remove trailing whitespaces. (#3564)
Diffstat (limited to 'Modules')
-rw-r--r-- | Modules/expat/pyexpatns.h | 2 | ||||
-rw-r--r-- | Modules/socketmodule.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Modules/expat/pyexpatns.h b/Modules/expat/pyexpatns.h index 999c5c7..cfb742e 100644 --- a/Modules/expat/pyexpatns.h +++ b/Modules/expat/pyexpatns.h @@ -26,7 +26,7 @@ * http://lxr.mozilla.org/seamonkey/source/modules/libimg/png/mozpngconf.h#115 * * The list of relevant exported symbols can be had with this command: - * + * nm pyexpat.so \ | grep -v " [a-zBUA] " \ | grep -v "_fini\|_init\|initpyexpat" diff --git a/Modules/socketmodule.h b/Modules/socketmodule.h index 03dbf18..e0d50df 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; |