Fix indentation.
authorDan Gohman <gohman@apple.com>
Mon, 27 Sep 2010 14:44:14 +0000 (14:44 +0000)
committerDan Gohman <gohman@apple.com>
Mon, 27 Sep 2010 14:44:14 +0000 (14:44 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@114827 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Support/GraphWriter.h

index 287c5ba01eeb8a27f40a69d80eb24f7f32d19db8..07937ce36ca3d91951938a50f7118ddc88701d39 100644 (file)
@@ -89,8 +89,8 @@ 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) {
     std::string GraphName = DTraits.getGraphName(G);