summaryrefslogtreecommitdiff
path: root/include/llvm/Support/GraphWriter.h
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2010-09-27 14:44:14 +0000
committerDan Gohman <gohman@apple.com>2010-09-27 14:44:14 +0000
commit640e74207eb75ebc1f22b3cf1c1c39b32bbf232d (patch)
tree749eec0166981ad4d799a4f462a303ba0200754f /include/llvm/Support/GraphWriter.h
parent2af470f0e45b77f47e1e6887519b6a8743843a2c (diff)
downloadllvm-640e74207eb75ebc1f22b3cf1c1c39b32bbf232d.tar.gz
llvm-640e74207eb75ebc1f22b3cf1c1c39b32bbf232d.tar.bz2
llvm-640e74207eb75ebc1f22b3cf1c1c39b32bbf232d.tar.xz
Fix indentation.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@114827 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/Support/GraphWriter.h')
-rw-r--r--include/llvm/Support/GraphWriter.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/llvm/Support/GraphWriter.h b/include/llvm/Support/GraphWriter.h
index 287c5ba01e..07937ce36c 100644
--- a/include/llvm/Support/GraphWriter.h
+++ b/include/llvm/Support/GraphWriter.h
@@ -89,8 +89,8 @@ class GraphWriter {
public:
GraphWriter(raw_ostream &o, const GraphType &g, bool SN) : O(o), G(g) {
- DTraits = DOTTraits(SN);
-}
+ DTraits = DOTTraits(SN);
+ }
void writeHeader(const std::string &Name) {
std::string GraphName = DTraits.getGraphName(G);