Kaydet (Commit) 3cda1db6 authored tarafından Hirokazu Yamamoto's avatar Hirokazu Yamamoto

Just inserted blank line.

üst 52c1e3cc
No related merge requests found
......@@ -1093,6 +1093,7 @@ init_testcapi(void)
return;
Py_TYPE(&_HashInheritanceTester_Type)=&PyType_Type;
Py_TYPE(&test_structmembersType)=&PyType_Type;
Py_INCREF(&test_structmembersType);
PyModule_AddObject(m, "test_structmembersType", (PyObject *)&test_structmembersType);
......
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