projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b31a11b
)
Trailing whitespace.
author
Mikhail Glushenkov
<foldr@codedgers.com>
Fri, 20 Aug 2010 11:24:31 +0000
(11:24 +0000)
committer
Mikhail Glushenkov
<foldr@codedgers.com>
Fri, 20 Aug 2010 11:24:31 +0000
(11:24 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@111617
91177308
-0d34-0410-b5e6-
96231b3b80d8
include/llvm/Support/GraphWriter.h
patch
|
blob
|
history
diff --git
a/include/llvm/Support/GraphWriter.h
b/include/llvm/Support/GraphWriter.h
index f653f97e4edebd3d7482e63d5c8fc8e34c6e61d1..c5cb3c090a7255cd3eeb9c48c0610b2fbe6cbe5c 100644
(file)
--- 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) {