]> granicus.if.org Git - python/commitdiff
Fix whitespace.
authorEzio Melotti <ezio.melotti@gmail.com>
Wed, 28 Sep 2011 22:00:19 +0000 (01:00 +0300)
committerEzio Melotti <ezio.melotti@gmail.com>
Wed, 28 Sep 2011 22:00:19 +0000 (01:00 +0300)
Modules/_sre.c

index 4b823f538f988af5bcdd23936c68d02b1a984311..443150d1eb730986a1a5d6eb7c42c7483c5917a8 100644 (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 */
 };