Whitespace correction...
diff --git a/setup.py b/setup.py
index 55df4de..1c1ec13 100644
--- a/setup.py
+++ b/setup.py
@@ -174,7 +174,7 @@
         exts.append( Extension('operator', ['operator.c']) )
         # access to the builtin codecs and codec registry
         exts.append( Extension('_codecs', ['_codecsmodule.c']) )
-	# Python C API test module
+        # Python C API test module
         exts.append( Extension('_test', ['_testmodule.c']) )
         # static Unicode character database
         exts.append( Extension('unicodedata', ['unicodedata.c']) )