Use spaces exclusively.
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 @@
         {"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 @@
 #ifdef WITH_THREAD
         {"thread", initthread},
 #endif
-		{"cStringIO", initcStringIO},
-		{"cPickle", initcPickle},
+        {"cStringIO", initcStringIO},
+        {"cPickle", initcPickle},
 
 /* -- ADDMODULE MARKER 2 -- */