File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -34,28 +34,28 @@ struct _inittab _PyImport_Inittab[] = {
3434
3535/* -- ADDMODULE MARKER 2 -- */
3636
37- /* This module lives in marshal.c */
38- {"marshal" , PyMarshal_Init },
37+ /* This module lives in marshal.c */
38+ {"marshal" , PyMarshal_Init },
3939
40- /* This lives in import.c */
41- {"imp" , PyInit_imp },
40+ /* This lives in import.c */
41+ {"imp" , PyInit_imp },
4242
43- /* This lives in Python/Python-ast.c */
44- {"_ast" , PyInit__ast },
43+ /* This lives in Python/Python-ast.c */
44+ {"_ast" , PyInit__ast },
4545
46- /* These entries are here for sys.builtin_module_names */
47- {"__main__" , NULL },
48- {"builtins" , NULL },
49- {"sys" , NULL },
46+ /* These entries are here for sys.builtin_module_names */
47+ {"__main__" , NULL },
48+ {"builtins" , NULL },
49+ {"sys" , NULL },
5050
51- /* This lives in gcmodule.c */
52- {"gc" , PyInit_gc },
51+ /* This lives in gcmodule.c */
52+ {"gc" , PyInit_gc },
5353
54- /* This lives in _warnings.c */
55- {"_warnings" , _PyWarnings_Init },
54+ /* This lives in _warnings.c */
55+ {"_warnings" , _PyWarnings_Init },
5656
57- /* Sentinel */
58- {0 , 0 }
57+ /* Sentinel */
58+ {0 , 0 }
5959};
6060
6161
You can’t perform that action at this time.
0 commit comments