diff options
author | Ezio Melotti <ezio.melotti@gmail.com> | 2011-09-28 21:58:57 (GMT) |
---|---|---|
committer | Ezio Melotti <ezio.melotti@gmail.com> | 2011-09-28 21:58:57 (GMT) |
commit | 2aa2b3b4d5228a36580937ce1b291e89e710bdff (patch) | |
tree | f93976fe758d747737bf5180b519557e0ed9110a /Include/Python.h | |
parent | 48a2f8fd972205688a1011348100bdb482c81836 (diff) | |
download | cpython-2aa2b3b4d5228a36580937ce1b291e89e710bdff.zip cpython-2aa2b3b4d5228a36580937ce1b291e89e710bdff.tar.gz cpython-2aa2b3b4d5228a36580937ce1b291e89e710bdff.tar.bz2 |
Clean up a few tabs that went in with PEP393.
Diffstat (limited to 'Include/Python.h')
-rw-r--r-- | Include/Python.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Include/Python.h b/Include/Python.h index 051deae..17d3d5c 100644 --- a/Include/Python.h +++ b/Include/Python.h @@ -141,7 +141,7 @@ PyAPI_FUNC(PyObject*) _Py_Mangle(PyObject *p, PyObject *name); #endif /* Argument must be a char or an int in [-128, 127] or [0, 255]. */ -#define Py_CHARMASK(c) ((unsigned char)((c) & 0xff)) +#define Py_CHARMASK(c) ((unsigned char)((c) & 0xff)) #include "pyfpe.h" |