mirror of
https://github.com/python/cpython.git
synced 2025-10-08 16:11:51 +00:00
Clean up a few tabs that went in with PEP393.
This commit is contained in:
parent
48a2f8fd97
commit
2aa2b3b4d5
6 changed files with 204 additions and 204 deletions
|
@ -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"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue