Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7c8c1ea

Browse files
committed
Fix whitespace.
1 parent 2aa2b3b commit 7c8c1ea

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Modules/_sre.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3776,7 +3776,7 @@ static PyMethodDef scanner_methods[] = {
37763776

37773777
#define SCAN_OFF(x) offsetof(ScannerObject, x)
37783778
static PyMemberDef scanner_members[] = {
3779-
{"pattern", T_OBJECT, SCAN_OFF(pattern), READONLY},
3779+
{"pattern", T_OBJECT, SCAN_OFF(pattern), READONLY},
37803780
{NULL} /* Sentinel */
37813781
};
37823782

0 commit comments

Comments
 (0)