Commit 75fe78c6 authored by Stefan Behnel's avatar Stefan Behnel

fix indentation in C code

parent 97f095fe
...@@ -1564,7 +1564,8 @@ CSTRING("""\ ...@@ -1564,7 +1564,8 @@ CSTRING("""\
""") """)
#endif #endif
); );
#endif #endif
// Py<3.5
} }
Py_DECREF(package); Py_DECREF(package);
if (unlikely(!patch_module)) goto ignore; if (unlikely(!patch_module)) goto ignore;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment