Trailing whitespace.

llvm-svn: 111617
This commit is contained in:
Mikhail Glushenkov 2010-08-20 11:24:31 +00:00
parent 87562e8371
commit b6476afeb8
1 changed files with 1 additions and 1 deletions

View File

@ -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) {