summaryrefslogtreecommitdiff
path: root/Lib/distutils/command/install_headers.py
diff options
context:
space:
mode:
authorJeremy Hylton <jeremy@alum.mit.edu>2000-07-07 20:45:21 +0000
committerJeremy Hylton <jeremy@alum.mit.edu>2000-07-07 20:45:21 +0000
commit9acd84045e19fcf4299ad68228aea3315eb0043e (patch)
treef0c51d79727ef2b9c74b44bf2fc41df57d85c1f8 /Lib/distutils/command/install_headers.py
parentfe0e07d2b4a561ef82e435d587279f13a79d0a15 (diff)
downloadcpython-9acd84045e19fcf4299ad68228aea3315eb0043e.tar.gz
fix inconsistent use of tabs and spaces
Diffstat (limited to 'Lib/distutils/command/install_headers.py')
-rw-r--r--Lib/distutils/command/install_headers.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/distutils/command/install_headers.py b/Lib/distutils/command/install_headers.py
index 991985b4ad..2e6ce8690b 100644
--- a/Lib/distutils/command/install_headers.py
+++ b/Lib/distutils/command/install_headers.py
@@ -22,7 +22,7 @@ class install_headers (Command):
def initialize_options (self):
self.install_dir = None
- self.outfiles = []
+ self.outfiles = []
def finalize_options (self):
self.set_undefined_options('install',