diff setup.py @ 6948:359e93ceee3a

fix double indentation and trailing whitespace
author Dirkjan Ochtman <dirkjan@ochtman.nl>
date Sun, 31 Aug 2008 11:41:52 +0200
parents ce94b3236ea4
children 8fee8ff13d37
line wrap: on
line diff
--- a/setup.py	Sat Aug 30 18:47:54 2008 +0200
+++ b/setup.py	Sun Aug 31 11:41:52 2008 +0200
@@ -98,7 +98,7 @@
     Extension('mercurial.parsers', ['mercurial/parsers.c']),
     ]
 
-packages = ['mercurial', 'mercurial.hgweb', 'hgext', 'hgext.convert', 
+packages = ['mercurial', 'mercurial.hgweb', 'hgext', 'hgext.convert',
             'hgext.highlight']
 
 try: