changeset 1106:95a044b73bd5

Whitespace cleanup.
author Thomas Arendsen Hein <thomas@intevation.de>
date Sat, 27 Aug 2005 23:25:55 +0200
parents a906b018eaef
children a9c45e537f77
files mercurial/commands.py
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/mercurial/commands.py	Sat Aug 27 23:23:32 2005 +0200
+++ b/mercurial/commands.py	Sat Aug 27 23:25:55 2005 +0200
@@ -1348,14 +1348,14 @@
                    ('unknown', '?', u)]
 
     end = opts['print0'] and '\0' or '\n'
-    
+
     for opt, char, changes in ([ct for ct in changetypes if opts[ct[0]]]
                                or changetypes):
         if opts['no_status']:
             format = "%%s%s" % end
         else:
             format = "%s %%s%s" % (char, end);
-            
+
         for f in changes:
             ui.write(format % f)