diff options
author | Daniel Dunbar <daniel@zuster.org> | 2009-09-20 04:03:25 +0000 |
---|---|---|
committer | Daniel Dunbar <daniel@zuster.org> | 2009-09-20 04:03:25 +0000 |
commit | 65b660743ccce5393f70d3667ac4e2b0b76e5236 (patch) | |
tree | 76dba6448e612075a214ba5a97c73fa3964eb204 /include/llvm/Support/GraphWriter.h | |
parent | d43737bd0935150de2e3f385ad8418f2f3a7d2a2 (diff) |
A few more tabs -> spaces.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@82358 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/Support/GraphWriter.h')
-rw-r--r-- | include/llvm/Support/GraphWriter.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/llvm/Support/GraphWriter.h b/include/llvm/Support/GraphWriter.h index d5f2e741da..bd3fcea110 100644 --- a/include/llvm/Support/GraphWriter.h +++ b/include/llvm/Support/GraphWriter.h @@ -45,7 +45,7 @@ namespace GraphProgram { CIRCO }; } - + void DisplayGraph(const sys::Path& Filename, bool wait=true, GraphProgram::Name program = GraphProgram::DOT); template<typename GraphType> @@ -223,9 +223,9 @@ public: O << " -> Node" << DestNodeID; if (DestNodePort >= 0) { if (DOTTraits::hasEdgeDestLabels()) - O << ":d" << DestNodePort; + O << ":d" << DestNodePort; else - O << ":s" << DestNodePort; + O << ":s" << DestNodePort; } if (!Attrs.empty()) |