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 */
 };