summaryrefslogtreecommitdiffstats
path: root/Include/pyport.h
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2016-09-20 05:16:36 (GMT)
committerBenjamin Peterson <benjamin@python.org>2016-09-20 05:16:36 (GMT)
commit918aa89483817c63c6e34a4cbdae0d17d19372e6 (patch)
treea1fbd88d280dc189be939e13055b661df91e60bd /Include/pyport.h
parent647680ec2ca20ee61c0b00635cb90c192c723b88 (diff)
downloadcpython-918aa89483817c63c6e34a4cbdae0d17d19372e6.zip
cpython-918aa89483817c63c6e34a4cbdae0d17d19372e6.tar.gz
cpython-918aa89483817c63c6e34a4cbdae0d17d19372e6.tar.bz2
remove trailing whitespace
Diffstat (limited to 'Include/pyport.h')
-rw-r--r--Include/pyport.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Include/pyport.h b/Include/pyport.h
index ba49221..e7e5178 100644
--- a/Include/pyport.h
+++ b/Include/pyport.h
@@ -886,7 +886,7 @@ extern pid_t forkpty(int *, char *, struct termios *, struct winsize *);
#define PY_LITTLE_ENDIAN 1
#endif
-#ifdef Py_BUILD_CORE
+#ifdef Py_BUILD_CORE
/*
* Macros to protect CRT calls against instant termination when passed an
* invalid parameter (issue23524).