mirror of
https://github.com/python/cpython.git
synced 2025-12-04 00:30:19 +00:00
Fix whitespace.
This commit is contained in:
parent
2aa2b3b4d5
commit
7c8c1ea3ec
1 changed files with 1 additions and 1 deletions
|
|
@ -3776,7 +3776,7 @@ static PyMethodDef scanner_methods[] = {
|
||||||
|
|
||||||
#define SCAN_OFF(x) offsetof(ScannerObject, x)
|
#define SCAN_OFF(x) offsetof(ScannerObject, x)
|
||||||
static PyMemberDef scanner_members[] = {
|
static PyMemberDef scanner_members[] = {
|
||||||
{"pattern", T_OBJECT, SCAN_OFF(pattern), READONLY},
|
{"pattern", T_OBJECT, SCAN_OFF(pattern), READONLY},
|
||||||
{NULL} /* Sentinel */
|
{NULL} /* Sentinel */
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue