Trailing whitespace.
authorMikhail Glushenkov <foldr@codedgers.com>
Fri, 20 Aug 2010 11:24:31 +0000 (11:24 +0000)
committerMikhail 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

index f653f97e4edebd3d7482e63d5c8fc8e34c6e61d1..c5cb3c090a7255cd3eeb9c48c0610b2fbe6cbe5c 100644 (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) {