summaryrefslogtreecommitdiffstats
path: root/Include/Python.h
diff options
context:
space:
mode:
authorEzio Melotti <ezio.melotti@gmail.com>2011-09-28 21:58:57 (GMT)
committerEzio Melotti <ezio.melotti@gmail.com>2011-09-28 21:58:57 (GMT)
commit2aa2b3b4d5228a36580937ce1b291e89e710bdff (patch)
treef93976fe758d747737bf5180b519557e0ed9110a /Include/Python.h
parent48a2f8fd972205688a1011348100bdb482c81836 (diff)
downloadcpython-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.h2
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"