cpython: Fix whitespace.

Sept. 28, 2011
5 p.m.
http://hg.python.org/cpython/rev/addbb996f885 changeset: 72505:addbb996f885 user: Ezio Melotti <ezio.melotti@gmail.com> date: Thu Sep 29 01:00:19 2011 +0300 summary: Fix whitespace. files: Modules/_sre.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Modules/_sre.c b/Modules/_sre.c --- 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 */ }; -- Repository URL: http://hg.python.org/cpython
4914
Age (days ago)
4914
Last active (days ago)
0 comments
1 participants
participants (1)
-
ezio.melotti