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: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7c8c1ea3ecc9e83c6916d7548fb92ff5d018b2db;p=python Fix whitespace. --- diff --git a/Modules/_sre.c b/Modules/_sre.c index 4b823f538f..443150d1eb 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 */ };