Issue #26671: Fixed #ifdef indentation.
This commit is contained in:
parent
aaf553bac4
commit
3291d85a2f
|
@ -884,11 +884,11 @@ path_converter(PyObject *o, void *p)
|
|||
#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;
|
||||
|
|
Loading…
Reference in New Issue