diff hgext/graphlog.py @ 4633:ff7253a0d1da

Cleanup of whitespace, indentation and line continuation.
author Thomas Arendsen Hein <thomas@intevation.de>
date Tue, 19 Jun 2007 08:06:37 +0200
parents 11cf78983961
children eadfaa9ec487
line wrap: on
line diff
--- a/hgext/graphlog.py
+++ b/hgext/graphlog.py
@@ -185,10 +185,9 @@ def graphlog(ui, repo, *args, **opts):
         #     |  / /         |   | |  # <--- padding line
         #     o | |          |  / /
         #                    o | |
-        add_padding_line = \
-            len(log_strings) > 2 and \
-            n_columns_diff == -1 and \
-            [x for (x, y) in edges if x + 1 < y]
+        add_padding_line = (len(log_strings) > 2 and
+                            n_columns_diff == -1 and
+                            [x for (x, y) in edges if x + 1 < y])
 
         # fix_nodeline_tail says whether to rewrite
         #