mercurial/fancyopts.py
changeset 515 03f27b1381f9
parent 293 11d64332a1cb
child 560 f9ad1a2c72eb
--- a/mercurial/fancyopts.py
+++ b/mercurial/fancyopts.py
@@ -10,7 +10,7 @@ def fancyopts(args, options, state, synt
         map['-'+s] = map['--'+l]=l
         state[l] = d
         dt[l] = type(d)
-        if not d is None and not callable(d): s, l=s+':', l+'='      
+        if not d is None and not callable(d): s, l=s+':', l+'='
         if s: short = short + s
         if l: long.append(l)