commit | 2aa2b3b4d5228a36580937ce1b291e89e710bdff | [log] [tgz] |
---|---|---|
author | Ezio Melotti <ezio.melotti@gmail.com> | Thu Sep 29 00:58:57 2011 +0300 |
committer | Ezio Melotti <ezio.melotti@gmail.com> | Thu Sep 29 00:58:57 2011 +0300 |
tree | f93976fe758d747737bf5180b519557e0ed9110a | |
parent | 48a2f8fd972205688a1011348100bdb482c81836 [diff] [blame] |
Clean up a few tabs that went in with PEP393.
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 @@ #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"