]> granicus.if.org Git - python/commitdiff
Use spaces exclusively.
authorGuido van Rossum <guido@python.org>
Tue, 6 May 1997 16:00:32 +0000 (16:00 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 6 May 1997 16:00:32 +0000 (16:00 +0000)
PC/config.c

index 7014ccef8a21dab674b7f11abb532e296795e4c4..97f9de424e08f2d0639901edc01997c756e64b02 100644 (file)
@@ -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 -- */