diff mercurial/transaction.py @ 1062:6d5a62a549fa

pep-0008 cleanup - Don't use spaces around the '=' sign when used to indicate a keyword argument or a default parameter value.
author benoit.boissinot@ens-lyon.fr
date Fri, 26 Aug 2005 13:06:58 +0200
parents 0902ffece4b4
children 7b35a980b982
line wrap: on
line diff
--- a/mercurial/transaction.py	Fri Aug 26 02:03:35 2005 -0700
+++ b/mercurial/transaction.py	Fri Aug 26 13:06:58 2005 +0200
@@ -15,7 +15,7 @@
 import util
 
 class transaction:
-    def __init__(self, report, opener, journal, after = None):
+    def __init__(self, report, opener, journal, after=None):
         self.journal = None
 
         # abort here if the journal already exists