[Python-checkins] cpython: Issue #26671: Fixed #ifdef indentation.

serhiy.storchaka python-checkins at python.org
Wed Apr 6 16:03:05 EDT 2016


https://hg.python.org/cpython/rev/4acdb324a430
changeset: 100865:4acdb324a430
user: Serhiy Storchaka <storchaka at gmail.com>
date: Wed Apr 06 23:02:46 2016 +0300
summary:
 Issue #26671: Fixed #ifdef indentation.
files:
 Modules/posixmodule.c | 4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/Modules/posixmodule.c b/Modules/posixmodule.c
--- a/Modules/posixmodule.c
+++ b/Modules/posixmodule.c
@@ -884,11 +884,11 @@
 #endif
 }
 else if (PyObject_CheckBuffer(o)) {
-# ifdef MS_WINDOWS
+#ifdef MS_WINDOWS
 if (win32_warn_bytes_api()) {
 return 0;
 }
-# endif
+#endif
 bytes = PyBytes_FromObject(o);
 if (!bytes) {
 return 0;
-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list

AltStyle によって変換されたページ (->オリジナル) /