summaryrefslogtreecommitdiffstats
path: root/lib/puppet/external/dot.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/puppet/external/dot.rb')
-rw-r--r--lib/puppet/external/dot.rb8
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/puppet/external/dot.rb b/lib/puppet/external/dot.rb
index b94568c12..caeee21ca 100644
--- a/lib/puppet/external/dot.rb
+++ b/lib/puppet/external/dot.rb
@@ -229,7 +229,7 @@ module DOT
t + "]\n"
end
- end # class DOTNode
+ end # class DOTNode
# A subgraph element is the same to graph, but has another header in dot
# notation.
@@ -276,7 +276,7 @@ module DOT
hdr + options + nodes + t + "}\n"
end
- end # class DOTSubgraph
+ end # class DOTSubgraph
# This is a graph.
@@ -287,7 +287,7 @@ module DOT
@dot_string = 'digraph'
end
- end # class DOTDigraph
+ end # class DOTDigraph
# This is an edge.
@@ -314,7 +314,7 @@ module DOT
}.compact.join( "\n" ) + "\n" + t + "]\n"
end
- end # class DOTEdge
+ end # class DOTEdge
class DOTDirectedEdge < DOTEdge