[Synopsis-changes] Synopsis/Synopsis/Synopsis/Formatters Dot.py,1.40,1.41

Stefan Seefeld stefan at synopsis.fresco.org
Fri Dec 5 17:51:00 UTC 2003


Update of /cvs/synopsis/Synopsis/Synopsis/Formatters
In directory frida:/tmp/cvs-serv26671/Synopsis/Formatters

Modified Files:
	Dot.py 
Log Message:
fix indentation error

Index: Dot.py
===================================================================
RCS file: /cvs/synopsis/Synopsis/Synopsis/Formatters/Dot.py,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -p -d -r1.40 -r1.41
--- Dot.py	19 Nov 2003 19:48:43 -0000	1.40
+++ Dot.py	5 Dec 2003 17:50:58 -0000	1.41
@@ -301,7 +301,7 @@ class SingleInheritanceGenerator(Inherit
                               self.write_node(ref.link, child_label, child_label)
                            else:
                               self.write_node('', child_label, child_label, color='gray75', fontcolor='gray75')
-                              self.write_edge(name, child_label, None)
+                           self.write_edge(name, child_label, None)
 
 class CollaborationGenerator(AST.Visitor, Type.Visitor):
    """A Formatter that generates a collaboration graph"""





More information about the Synopsis-changes mailing list