mirror of
https://github.com/python/cpython.git
synced 2024-11-25 02:44:06 +08:00
Use spaces exclusively.
This commit is contained in:
parent
42c2e6ac49
commit
2e146b332c
10
PC/config.c
10
PC/config.c
@ -79,15 +79,15 @@ struct _inittab _PyImport_Inittab[] = {
|
||||
{"math", initmath},
|
||||
{"md5", initmd5},
|
||||
{"new", initnew},
|
||||
{"nt", initnt}, /* Use the NT os functions, not posix */
|
||||
{"nt", initnt}, /* Use the NT os functions, not posix */
|
||||
{"operator", initoperator},
|
||||
{"regex", initregex},
|
||||
{"rgbimg", initrgbimg},
|
||||
{"rotor", initrotor},
|
||||
{"signal", initsignal},
|
||||
#ifdef USE_SOCKET
|
||||
{"_socket", init_socket},
|
||||
{"select", initselect},
|
||||
{"_socket", init_socket},
|
||||
{"select", initselect},
|
||||
#endif
|
||||
{"soundex", initsoundex},
|
||||
{"strop", initstrop},
|
||||
@ -96,8 +96,8 @@ struct _inittab _PyImport_Inittab[] = {
|
||||
#ifdef WITH_THREAD
|
||||
{"thread", initthread},
|
||||
#endif
|
||||
{"cStringIO", initcStringIO},
|
||||
{"cPickle", initcPickle},
|
||||
{"cStringIO", initcStringIO},
|
||||
{"cPickle", initcPickle},
|
||||
|
||||
/* -- ADDMODULE MARKER 2 -- */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user