Fix whitespace.

This commit is contained in:
Ezio Melotti 2011-09-29 01:00:19 +03:00
parent 2aa2b3b4d5
commit 7c8c1ea3ec
1 changed files with 1 additions and 1 deletions

View File

@ -3776,7 +3776,7 @@ static PyMethodDef scanner_methods[] = {
#define SCAN_OFF(x) offsetof(ScannerObject, x)
static PyMemberDef scanner_members[] = {
{"pattern", T_OBJECT, SCAN_OFF(pattern), READONLY},
{"pattern", T_OBJECT, SCAN_OFF(pattern), READONLY},
{NULL} /* Sentinel */
};