From: Ezio Melotti Date: Wed, 28 Sep 2011 22:00:19 +0000 (+0300) Subject: Fix whitespace. X-Git-Tag: v3.3.0a1~1459 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7c8c1ea3ecc9e83c6916d7548fb92ff5d018b2db;p=thirdparty%2FPython%2Fcpython.git Fix whitespace. --- diff --git a/Modules/_sre.c b/Modules/_sre.c index 4b823f538f98..443150d1eb73 100644 --- a/Modules/_sre.c +++ b/Modules/_sre.c @@ -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 */ };