summaryrefslogtreecommitdiff
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/expat
parentImprove code examples in hashlib cookie signing (GH-3562) (diff)
downloadcpython-13ad3b7a82bf56d803fbe48ee5df6c4b08986c78.tar.gz
cpython-13ad3b7a82bf56d803fbe48ee5df6c4b08986c78.tar.bz2
cpython-13ad3b7a82bf56d803fbe48ee5df6c4b08986c78.zip
bpo-31462: Remove trailing whitespaces. (#3564)
Diffstat (limited to 'Modules/expat')
-rw-r--r--Modules/expat/pyexpatns.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/expat/pyexpatns.h b/Modules/expat/pyexpatns.h
index 999c5c730ab..cfb742ee000 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"