diff options
author | Guido van Rossum <guido@python.org> | 1997-05-06 16:00:32 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1997-05-06 16:00:32 (GMT) |
commit | 2e146b332c717382f7dfe7b57c014d903be4dc11 (patch) | |
tree | 9005094ed2ddceec824c24c583399a96c26bbd6a | |
parent | 42c2e6ac49b4cca039884eba0ae547e8dd52577a (diff) | |
download | cpython-2e146b332c717382f7dfe7b57c014d903be4dc11.zip cpython-2e146b332c717382f7dfe7b57c014d903be4dc11.tar.gz cpython-2e146b332c717382f7dfe7b57c014d903be4dc11.tar.bz2 |
Use spaces exclusively.
-rw-r--r-- | PC/config.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/PC/config.c b/PC/config.c index 7014cce..97f9de4 100644 --- a/PC/config.c +++ b/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 -- */ |