Untabified.
diff --git a/Lib/distutils/command/install.py b/Lib/distutils/command/install.py
index 012b9f4..6aee1b3 100644
--- a/Lib/distutils/command/install.py
+++ b/Lib/distutils/command/install.py
@@ -498,7 +498,7 @@
self.record)
sys_path = map(os.path.normpath, sys.path)
- sys_path = map(os.path.normcase, sys_path)
+ sys_path = map(os.path.normcase, sys_path)
install_lib = os.path.normcase(os.path.normpath(self.install_lib))
if (self.warn_dir and
not (self.path_file and self.install_path_file) and