diff options
author | Mikhail Glushenkov <foldr@codedgers.com> | 2010-08-20 11:24:31 +0000 |
---|---|---|
committer | Mikhail Glushenkov <foldr@codedgers.com> | 2010-08-20 11:24:31 +0000 |
commit | c0086edac493a767bfbe8ee53f7e5856e9655007 (patch) | |
tree | 5dd0e6622862ac6125a7965417b8c68314207cbe /include/llvm/Support/GraphWriter.h | |
parent | b31a11b466281b7e01cfde007b2041eefa2341e4 (diff) | |
download | external_llvm-c0086edac493a767bfbe8ee53f7e5856e9655007.zip external_llvm-c0086edac493a767bfbe8ee53f7e5856e9655007.tar.gz external_llvm-c0086edac493a767bfbe8ee53f7e5856e9655007.tar.bz2 |
Trailing whitespace.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@111617 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/Support/GraphWriter.h')
-rw-r--r-- | include/llvm/Support/GraphWriter.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/Support/GraphWriter.h b/include/llvm/Support/GraphWriter.h index f653f97..c5cb3c0 100644 --- a/include/llvm/Support/GraphWriter.h +++ b/include/llvm/Support/GraphWriter.h @@ -89,7 +89,7 @@ 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) { |