Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2e146b3

Browse files
committed
Use spaces exclusively.
1 parent 42c2e6a commit 2e146b3

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

PC/config.c

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -79,15 +79,15 @@ struct _inittab _PyImport_Inittab[] = {
7979
{"math", initmath},
8080
{"md5", initmd5},
8181
{"new", initnew},
82-
{"nt", initnt}, /* Use the NT os functions, not posix */
82+
{"nt", initnt}, /* Use the NT os functions, not posix */
8383
{"operator", initoperator},
8484
{"regex", initregex},
8585
{"rgbimg", initrgbimg},
8686
{"rotor", initrotor},
8787
{"signal", initsignal},
8888
#ifdef USE_SOCKET
89-
{"_socket", init_socket},
90-
{"select", initselect},
89+
{"_socket", init_socket},
90+
{"select", initselect},
9191
#endif
9292
{"soundex", initsoundex},
9393
{"strop", initstrop},
@@ -96,8 +96,8 @@ struct _inittab _PyImport_Inittab[] = {
9696
#ifdef WITH_THREAD
9797
{"thread", initthread},
9898
#endif
99-
{"cStringIO", initcStringIO},
100-
{"cPickle", initcPickle},
99+
{"cStringIO", initcStringIO},
100+
{"cPickle", initcPickle},
101101

102102
/* -- ADDMODULE MARKER 2 -- */
103103

0 commit comments

Comments
 (0)