[llvm-commits] [llvm] r111617 - /llvm/trunk/include/llvm/Support/GraphWriter.h
Mikhail Glushenkov
foldr at codedgers.com
Fri Aug 20 04:24:31 PDT 2010
Author: foldr
Date: Fri Aug 20 06:24:31 2010
New Revision: 111617
URL: http://llvm.org/viewvc/llvm-project?rev=111617&view=rev
Log:
Trailing whitespace.
Modified:
llvm/trunk/include/llvm/Support/GraphWriter.h
Modified: llvm/trunk/include/llvm/Support/GraphWriter.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/Support/GraphWriter.h?rev=111617&r1=111616&r2=111617&view=diff
==============================================================================
--- llvm/trunk/include/llvm/Support/GraphWriter.h (original)
+++ llvm/trunk/include/llvm/Support/GraphWriter.h Fri Aug 20 06:24:31 2010
@@ -89,7 +89,7 @@
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) {
More information about the llvm-commits
mailing list