From 2e146b332c717382f7dfe7b57c014d903be4dc11 Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Tue, 6 May 1997 16:00:32 +0000 Subject: Use spaces exclusively. --- PC/config.c | 10 +++++----- 1 file 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 -- */ -- cgit v0.12