[llvm-commits] [llvm] r114827 - /llvm/trunk/include/llvm/Support/GraphWriter.h

Dan Gohman gohman at apple.com
Mon Sep 27 07:44:15 PDT 2010


Author: djg
Date: Mon Sep 27 09:44:14 2010
New Revision: 114827

URL: http://llvm.org/viewvc/llvm-project?rev=114827&view=rev
Log:
Fix indentation.

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=114827&r1=114826&r2=114827&view=diff
==============================================================================
--- llvm/trunk/include/llvm/Support/GraphWriter.h (original)
+++ llvm/trunk/include/llvm/Support/GraphWriter.h Mon Sep 27 09:44:14 2010
@@ -89,8 +89,8 @@
 
 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) {
     std::string GraphName = DTraits.getGraphName(G);





More information about the llvm-commits mailing list