From: Guido van Rossum Date: Tue, 6 May 1997 16:00:32 +0000 (+0000) Subject: Use spaces exclusively. X-Git-Tag: v1.5a1~58 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2e146b332c717382f7dfe7b57c014d903be4dc11;p=thirdparty%2FPython%2Fcpython.git Use spaces exclusively. --- diff --git a/PC/config.c b/PC/config.c index 7014ccef8a21..97f9de424e08 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 -- */