Skip to content

Commit 1b2937d

Browse files
committed
pyexpat.c: Adjust whitespace around pointer
As requested.
1 parent f1e3e36 commit 1b2937d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Modules/pyexpat.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ typedef struct xmlparseobject {
7676
PyObject_HEAD
7777

7878
XML_Parser itself;
79-
struct xmlparseobject * parent;
79+
struct xmlparseobject *parent;
8080
int ordered_attributes; /* Return attributes as a list. */
8181
int specified_attributes; /* Report only specified attributes. */
8282
int in_callback; /* Is a callback active? */

0 commit comments

Comments
 (0)