mercurial/templater.py
changeset 2539 8a8d9ada4528
parent 2519 deb466fa6957
parent 2535 b8ccf6386db7
child 2559 bf67d0f6531c
--- a/mercurial/templater.py
+++ b/mercurial/templater.py
@@ -202,7 +202,7 @@ def fill(text, width):
     if para_re is None:
         para_re = re.compile('(\n\n|\n\\s*[-*]\\s*)', re.M)
         space_re = re.compile(r'  +')
-        
+
     def findparas():
         start = 0
         while True: