Untabified.
diff --git a/Lib/distutils/command/build.py b/Lib/distutils/command/build.py
index 0fed6b4..cf35b45 100644
--- a/Lib/distutils/command/build.py
+++ b/Lib/distutils/command/build.py
@@ -47,7 +47,7 @@
     help_options = [
         ('help-compiler', None,
          "list available compilers", show_compilers),
-	]
+        ]
 
     def initialize_options (self):
         self.build_base = 'build'