summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMikhail Glushenkov <foldr@codedgers.com>2010-08-20 11:24:31 +0000
committerMikhail Glushenkov <foldr@codedgers.com>2010-08-20 11:24:31 +0000
commitc0086edac493a767bfbe8ee53f7e5856e9655007 (patch)
tree5dd0e6622862ac6125a7965417b8c68314207cbe /include
parentb31a11b466281b7e01cfde007b2041eefa2341e4 (diff)
downloadllvm-c0086edac493a767bfbe8ee53f7e5856e9655007.tar.gz
llvm-c0086edac493a767bfbe8ee53f7e5856e9655007.tar.bz2
llvm-c0086edac493a767bfbe8ee53f7e5856e9655007.tar.xz
Trailing whitespace.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@111617 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
-rw-r--r--include/llvm/Support/GraphWriter.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/Support/GraphWriter.h b/include/llvm/Support/GraphWriter.h
index f653f97e4e..c5cb3c090a 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) {