commit | 7c8c1ea3ecc9e83c6916d7548fb92ff5d018b2db | [log] [tgz] |
---|---|---|
author | Ezio Melotti <ezio.melotti@gmail.com> | Thu Sep 29 01:00:19 2011 +0300 |
committer | Ezio Melotti <ezio.melotti@gmail.com> | Thu Sep 29 01:00:19 2011 +0300 |
tree | f6c77714c51caa971d5fd8e88bd4421d11ba5943 | |
parent | 2aa2b3b4d5228a36580937ce1b291e89e710bdff [diff] |
Fix whitespace.
diff --git a/Modules/_sre.c b/Modules/_sre.c index 4b823f5..443150d 100644 --- a/Modules/_sre.c +++ b/Modules/_sre.c
@@ -3776,7 +3776,7 @@ #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 */ };