1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-22 04:22:57 +02:00

Trailing whitespace.

llvm-svn: 111617
This commit is contained in:
Mikhail Glushenkov 2010-08-20 11:24:31 +00:00
parent 0039bc228b
commit 962164363e

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